firmware.c (f7ebf352b2e04ee89efb426e33dd450d8f1cfcd5) firmware.c (36f8a2c4c61e3559a95190e457b431c6900859b4)
1/*
2 * pSeries firmware setup code.
3 *
4 * Portions from arch/powerpc/platforms/pseries/setup.c:
5 * Copyright (C) 1995 Linus Torvalds
6 * Adapted from 'alpha' version by Gary Thomas
7 * Modified by Cort Dougan (cort@cs.nmt.edu)
8 * Modified by PPC64 Team, IBM Corp

--- 7 unchanged lines hidden (view full) ---

16 * Copyright 2006 IBM Corporation.
17 *
18 * This program is free software; you can redistribute it and/or
19 * modify it under the terms of the GNU General Public License
20 * as published by the Free Software Foundation; either version
21 * 2 of the License, or (at your option) any later version.
22 */
23
1/*
2 * pSeries firmware setup code.
3 *
4 * Portions from arch/powerpc/platforms/pseries/setup.c:
5 * Copyright (C) 1995 Linus Torvalds
6 * Adapted from 'alpha' version by Gary Thomas
7 * Modified by Cort Dougan (cort@cs.nmt.edu)
8 * Modified by PPC64 Team, IBM Corp

--- 7 unchanged lines hidden (view full) ---

16 * Copyright 2006 IBM Corporation.
17 *
18 * This program is free software; you can redistribute it and/or
19 * modify it under the terms of the GNU General Public License
20 * as published by the Free Software Foundation; either version
21 * 2 of the License, or (at your option) any later version.
22 */
23
24#undef DEBUG
25
26#include <asm/firmware.h>
27#include <asm/prom.h>
28#include <asm/udbg.h>
29
30
31typedef struct {
32 unsigned long val;

--- 55 unchanged lines hidden ---
24
25#include <asm/firmware.h>
26#include <asm/prom.h>
27#include <asm/udbg.h>
28
29
30typedef struct {
31 unsigned long val;

--- 55 unchanged lines hidden ---