nvram.c (18af30e259c25a64ad69bb749c661564bc886275) | nvram.c (ae3a197e3d0bfe3f4bf1693723e82dc018c096f3) |
---|---|
1/* 2 * Copyright (C) 2002 Benjamin Herrenschmidt (benh@kernel.crashing.org) 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version. 8 * --- 9 unchanged lines hidden (view full) --- 18#include <linux/errno.h> 19#include <linux/adb.h> 20#include <linux/pmu.h> 21#include <linux/bootmem.h> 22#include <linux/completion.h> 23#include <linux/spinlock.h> 24#include <asm/sections.h> 25#include <asm/io.h> | 1/* 2 * Copyright (C) 2002 Benjamin Herrenschmidt (benh@kernel.crashing.org) 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version. 8 * --- 9 unchanged lines hidden (view full) --- 18#include <linux/errno.h> 19#include <linux/adb.h> 20#include <linux/pmu.h> 21#include <linux/bootmem.h> 22#include <linux/completion.h> 23#include <linux/spinlock.h> 24#include <asm/sections.h> 25#include <asm/io.h> |
26#include <asm/system.h> | |
27#include <asm/prom.h> 28#include <asm/machdep.h> 29#include <asm/nvram.h> 30 31#include "pmac.h" 32 33#define DEBUG 34 --- 619 unchanged lines hidden --- | 26#include <asm/prom.h> 27#include <asm/machdep.h> 28#include <asm/nvram.h> 29 30#include "pmac.h" 31 32#define DEBUG 33 --- 619 unchanged lines hidden --- |