diff options
Diffstat (limited to 'arch/x86/mm/init_64.c')
-rw-r--r-- | arch/x86/mm/init_64.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index f441ae316312..7dd7ce49d69b 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c | |||
@@ -48,6 +48,7 @@ | |||
48 | #include <asm/kdebug.h> | 48 | #include <asm/kdebug.h> |
49 | #include <asm/numa.h> | 49 | #include <asm/numa.h> |
50 | #include <asm/cacheflush.h> | 50 | #include <asm/cacheflush.h> |
51 | #include <asm/init.h> | ||
51 | 52 | ||
52 | /* | 53 | /* |
53 | * end_pfn only includes RAM, while max_pfn_mapped includes all e820 entries. | 54 | * end_pfn only includes RAM, while max_pfn_mapped includes all e820 entries. |
@@ -283,10 +284,6 @@ void __init cleanup_highmap(void) | |||
283 | } | 284 | } |
284 | } | 285 | } |
285 | 286 | ||
286 | extern unsigned long __initdata e820_table_start; | ||
287 | extern unsigned long __meminitdata e820_table_end; | ||
288 | extern unsigned long __meminitdata e820_table_top; | ||
289 | |||
290 | static __ref void *alloc_low_page(unsigned long *phys) | 287 | static __ref void *alloc_low_page(unsigned long *phys) |
291 | { | 288 | { |
292 | unsigned long pfn = e820_table_end++; | 289 | unsigned long pfn = e820_table_end++; |