diff options
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r-- | include/asm-x86/setup.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index ffa0f540fc7f..64f5f0c11d66 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h | |||
@@ -59,9 +59,11 @@ int __init copy_e820_map(struct e820entry *biosmap, int nr_map); | |||
59 | void __init add_memory_region(unsigned long long start, | 59 | void __init add_memory_region(unsigned long long start, |
60 | unsigned long long size, int type); | 60 | unsigned long long size, int type); |
61 | 61 | ||
62 | extern unsigned long init_pg_tables_end; | ||
63 | 62 | ||
63 | void __init i386_start_kernel(void); | ||
64 | 64 | ||
65 | extern unsigned long init_pg_tables_start; | ||
66 | extern unsigned long init_pg_tables_end; | ||
65 | 67 | ||
66 | #endif /* __i386__ */ | 68 | #endif /* __i386__ */ |
67 | #endif /* _SETUP */ | 69 | #endif /* _SETUP */ |