diff options
Diffstat (limited to 'arch/mips/kernel/setup.c')
| -rw-r--r-- | arch/mips/kernel/setup.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index c6a063b2a0d9..8af84867e74d 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c | |||
| @@ -68,13 +68,6 @@ static char command_line[CL_SIZE]; | |||
| 68 | const unsigned long mips_io_port_base __read_mostly = -1; | 68 | const unsigned long mips_io_port_base __read_mostly = -1; |
| 69 | EXPORT_SYMBOL(mips_io_port_base); | 69 | EXPORT_SYMBOL(mips_io_port_base); |
| 70 | 70 | ||
| 71 | /* | ||
| 72 | * isa_slot_offset is the address where E(ISA) busaddress 0 is mapped | ||
| 73 | * for the processor. | ||
| 74 | */ | ||
| 75 | unsigned long isa_slot_offset; | ||
| 76 | EXPORT_SYMBOL(isa_slot_offset); | ||
| 77 | |||
| 78 | static struct resource code_resource = { .name = "Kernel code", }; | 71 | static struct resource code_resource = { .name = "Kernel code", }; |
| 79 | static struct resource data_resource = { .name = "Kernel data", }; | 72 | static struct resource data_resource = { .name = "Kernel data", }; |
| 80 | 73 | ||
| @@ -557,11 +550,7 @@ void __init setup_arch(char **cmdline_p) | |||
| 557 | prom_init(); | 550 | prom_init(); |
| 558 | 551 | ||
| 559 | #ifdef CONFIG_EARLY_PRINTK | 552 | #ifdef CONFIG_EARLY_PRINTK |
| 560 | { | 553 | setup_early_printk(); |
| 561 | extern void setup_early_printk(void); | ||
| 562 | |||
| 563 | setup_early_printk(); | ||
| 564 | } | ||
| 565 | #endif | 554 | #endif |
| 566 | cpu_report(); | 555 | cpu_report(); |
| 567 | check_bugs_early(); | 556 | check_bugs_early(); |
