diff options
Diffstat (limited to 'arch/x86/kernel/smpboot_32.c')
-rw-r--r-- | arch/x86/kernel/smpboot_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_32.c b/arch/x86/kernel/smpboot_32.c index 915ec6267326..7a62dced61ca 100644 --- a/arch/x86/kernel/smpboot_32.c +++ b/arch/x86/kernel/smpboot_32.c | |||
@@ -132,7 +132,7 @@ static unsigned long __cpuinit setup_trampoline(void) | |||
132 | */ | 132 | */ |
133 | void __init smp_alloc_memory(void) | 133 | void __init smp_alloc_memory(void) |
134 | { | 134 | { |
135 | trampoline_base = (void *) alloc_bootmem_low_pages(PAGE_SIZE); | 135 | trampoline_base = alloc_bootmem_low_pages(PAGE_SIZE); |
136 | /* | 136 | /* |
137 | * Has to be in very low memory so we can execute | 137 | * Has to be in very low memory so we can execute |
138 | * real-mode AP code. | 138 | * real-mode AP code. |