diff options
Diffstat (limited to 'arch/powerpc/kernel/setup_32.c')
-rw-r--r-- | arch/powerpc/kernel/setup_32.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index 07831ed0d9ef..bb02e9f6944e 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <linux/delay.h> | 11 | #include <linux/delay.h> |
12 | #include <linux/initrd.h> | 12 | #include <linux/initrd.h> |
13 | #include <linux/tty.h> | 13 | #include <linux/tty.h> |
14 | #include <linux/bootmem.h> | ||
15 | #include <linux/seq_file.h> | 14 | #include <linux/seq_file.h> |
16 | #include <linux/root_dev.h> | 15 | #include <linux/root_dev.h> |
17 | #include <linux/cpu.h> | 16 | #include <linux/cpu.h> |
@@ -53,11 +52,6 @@ unsigned long ISA_DMA_THRESHOLD; | |||
53 | unsigned int DMA_MODE_READ; | 52 | unsigned int DMA_MODE_READ; |
54 | unsigned int DMA_MODE_WRITE; | 53 | unsigned int DMA_MODE_WRITE; |
55 | 54 | ||
56 | #ifdef CONFIG_VGA_CONSOLE | ||
57 | unsigned long vgacon_remap_base; | ||
58 | EXPORT_SYMBOL(vgacon_remap_base); | ||
59 | #endif | ||
60 | |||
61 | /* | 55 | /* |
62 | * These are used in binfmt_elf.c to put aux entries on the stack | 56 | * These are used in binfmt_elf.c to put aux entries on the stack |
63 | * for each elf executable being started. | 57 | * for each elf executable being started. |
@@ -311,9 +305,8 @@ void __init setup_arch(char **cmdline_p) | |||
311 | 305 | ||
312 | irqstack_early_init(); | 306 | irqstack_early_init(); |
313 | 307 | ||
314 | /* set up the bootmem stuff with available memory */ | 308 | initmem_init(); |
315 | do_init_bootmem(); | 309 | if ( ppc_md.progress ) ppc_md.progress("setup_arch: initmem", 0x3eab); |
316 | if ( ppc_md.progress ) ppc_md.progress("setup_arch: bootmem", 0x3eab); | ||
317 | 310 | ||
318 | #ifdef CONFIG_DUMMY_CONSOLE | 311 | #ifdef CONFIG_DUMMY_CONSOLE |
319 | conswitchp = &dummy_con; | 312 | conswitchp = &dummy_con; |