diff options
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-memory.c')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-memory.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/sgi-ip27/ip27-memory.c b/arch/mips/sgi-ip27/ip27-memory.c index efe6971fc800..16e5682b01f1 100644 --- a/arch/mips/sgi-ip27/ip27-memory.c +++ b/arch/mips/sgi-ip27/ip27-memory.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/swap.h> | 19 | #include <linux/swap.h> |
20 | #include <linux/bootmem.h> | 20 | #include <linux/bootmem.h> |
21 | #include <linux/pfn.h> | 21 | #include <linux/pfn.h> |
22 | #include <linux/highmem.h> | ||
22 | #include <asm/page.h> | 23 | #include <asm/page.h> |
23 | #include <asm/sections.h> | 24 | #include <asm/sections.h> |
24 | 25 | ||
@@ -508,7 +509,7 @@ extern unsigned long setup_zero_pages(void); | |||
508 | 509 | ||
509 | void __init paging_init(void) | 510 | void __init paging_init(void) |
510 | { | 511 | { |
511 | unsigned long zones_size[MAX_NR_ZONES] = {0, 0, 0}; | 512 | unsigned long zones_size[MAX_NR_ZONES] = {0, }; |
512 | unsigned node; | 513 | unsigned node; |
513 | 514 | ||
514 | pagetable_init(); | 515 | pagetable_init(); |