setup.c (e37c83c06c2690157a989df40dc99a6b61c9ea15) | setup.c (95f72d1ed41a66f1c1c29c24d479de81a0bea36f) |
---|---|
1/* 2 * Maple (970 eval board) setup code 3 * 4 * (c) Copyright 2004 Benjamin Herrenschmidt (benh@kernel.crashing.org), 5 * IBM Corp. 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 27 unchanged lines hidden (view full) --- 36#include <linux/pmu.h> 37#include <linux/irq.h> 38#include <linux/seq_file.h> 39#include <linux/root_dev.h> 40#include <linux/serial.h> 41#include <linux/smp.h> 42#include <linux/bitops.h> 43#include <linux/of_device.h> | 1/* 2 * Maple (970 eval board) setup code 3 * 4 * (c) Copyright 2004 Benjamin Herrenschmidt (benh@kernel.crashing.org), 5 * IBM Corp. 6 * 7 * This program is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU General Public License --- 27 unchanged lines hidden (view full) --- 36#include <linux/pmu.h> 37#include <linux/irq.h> 38#include <linux/seq_file.h> 39#include <linux/root_dev.h> 40#include <linux/serial.h> 41#include <linux/smp.h> 42#include <linux/bitops.h> 43#include <linux/of_device.h> |
44#include <linux/lmb.h> | 44#include <linux/memblock.h> |
45 46#include <asm/processor.h> 47#include <asm/sections.h> 48#include <asm/prom.h> 49#include <asm/system.h> 50#include <asm/pgtable.h> 51#include <asm/io.h> 52#include <asm/pci-bridge.h> --- 343 unchanged lines hidden --- | 45 46#include <asm/processor.h> 47#include <asm/sections.h> 48#include <asm/prom.h> 49#include <asm/system.h> 50#include <asm/pgtable.h> 51#include <asm/io.h> 52#include <asm/pci-bridge.h> --- 343 unchanged lines hidden --- |