diff options
Diffstat (limited to 'include/asm-x86/setup.h')
-rw-r--r-- | include/asm-x86/setup.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-x86/setup.h b/include/asm-x86/setup.h index 9e163fc3e984..b676b0be7986 100644 --- a/include/asm-x86/setup.h +++ b/include/asm-x86/setup.h | |||
@@ -8,7 +8,6 @@ | |||
8 | /* Interrupt control for vSMPowered x86_64 systems */ | 8 | /* Interrupt control for vSMPowered x86_64 systems */ |
9 | void vsmp_init(void); | 9 | void vsmp_init(void); |
10 | 10 | ||
11 | char *machine_specific_memory_setup(void); | ||
12 | #ifndef CONFIG_PARAVIRT | 11 | #ifndef CONFIG_PARAVIRT |
13 | #define paravirt_post_allocator_init() do {} while (0) | 12 | #define paravirt_post_allocator_init() do {} while (0) |
14 | #endif | 13 | #endif |
@@ -50,10 +49,6 @@ extern struct boot_params boot_params; | |||
50 | */ | 49 | */ |
51 | #define LOWMEMSIZE() (0x9f000) | 50 | #define LOWMEMSIZE() (0x9f000) |
52 | 51 | ||
53 | char * __init machine_specific_memory_setup(void); | ||
54 | char *memory_setup(void); | ||
55 | |||
56 | |||
57 | void __init i386_start_kernel(void); | 52 | void __init i386_start_kernel(void); |
58 | 53 | ||
59 | extern unsigned long init_pg_tables_start; | 54 | extern unsigned long init_pg_tables_start; |