aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r--arch/powerpc/kernel/setup_32.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c
index 0cac112ca89d..21ef643a0208 100644
--- a/arch/powerpc/kernel/setup_32.c
+++ b/arch/powerpc/kernel/setup_32.c
@@ -24,7 +24,6 @@
24#include <asm/prom.h> 24#include <asm/prom.h>
25#include <asm/processor.h> 25#include <asm/processor.h>
26#include <asm/pgtable.h> 26#include <asm/pgtable.h>
27#include <asm/bootinfo.h>
28#include <asm/setup.h> 27#include <asm/setup.h>
29#include <asm/amigappc.h> 28#include <asm/amigappc.h>
30#include <asm/smp.h> 29#include <asm/smp.h>
@@ -60,10 +59,6 @@ struct ide_machdep_calls ppc_ide_md;
60int __irq_offset_value; 59int __irq_offset_value;
61EXPORT_SYMBOL(__irq_offset_value); 60EXPORT_SYMBOL(__irq_offset_value);
62 61
63/* Used with the BI_MEMSIZE bootinfo parameter to store the memory
64 size value reported by the boot loader. */
65unsigned long boot_mem_size;
66
67unsigned long ISA_DMA_THRESHOLD; 62unsigned long ISA_DMA_THRESHOLD;
68unsigned int DMA_MODE_READ; 63unsigned int DMA_MODE_READ;
69unsigned int DMA_MODE_WRITE; 64unsigned int DMA_MODE_WRITE;