diff options
Diffstat (limited to 'arch/x86/mm/pgtable_32.c')
-rw-r--r-- | arch/x86/mm/pgtable_32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/mm/pgtable_32.c b/arch/x86/mm/pgtable_32.c index 46c8834aedc0..792854003ed3 100644 --- a/arch/x86/mm/pgtable_32.c +++ b/arch/x86/mm/pgtable_32.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include <linux/swap.h> | 6 | #include <linux/swap.h> |
7 | #include <linux/smp.h> | 7 | #include <linux/smp.h> |
8 | #include <linux/highmem.h> | 8 | #include <linux/highmem.h> |
9 | #include <linux/slab.h> | ||
10 | #include <linux/pagemap.h> | 9 | #include <linux/pagemap.h> |
11 | #include <linux/spinlock.h> | 10 | #include <linux/spinlock.h> |
12 | #include <linux/module.h> | 11 | #include <linux/module.h> |
@@ -19,6 +18,7 @@ | |||
19 | #include <asm/e820.h> | 18 | #include <asm/e820.h> |
20 | #include <asm/tlb.h> | 19 | #include <asm/tlb.h> |
21 | #include <asm/tlbflush.h> | 20 | #include <asm/tlbflush.h> |
21 | #include <asm/io.h> | ||
22 | 22 | ||
23 | unsigned int __VMALLOC_RESERVE = 128 << 20; | 23 | unsigned int __VMALLOC_RESERVE = 128 << 20; |
24 | 24 | ||
@@ -129,6 +129,7 @@ static int __init parse_reservetop(char *arg) | |||
129 | 129 | ||
130 | address = memparse(arg, &arg); | 130 | address = memparse(arg, &arg); |
131 | reserve_top_address(address); | 131 | reserve_top_address(address); |
132 | fixup_early_ioremap(); | ||
132 | return 0; | 133 | return 0; |
133 | } | 134 | } |
134 | early_param("reservetop", parse_reservetop); | 135 | early_param("reservetop", parse_reservetop); |