diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index c7971ea74bd0..b8c0661e2341 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -665,9 +665,9 @@ static void __cpuinit announce_cpu(int cpu, int apicid) | |||
665 | static int __cpuinit do_boot_cpu(int apicid, int cpu) | 665 | static int __cpuinit do_boot_cpu(int apicid, int cpu) |
666 | { | 666 | { |
667 | volatile u32 *trampoline_status = | 667 | volatile u32 *trampoline_status = |
668 | (volatile u32 *) __va(real_mode_header.trampoline_status); | 668 | (volatile u32 *) __va(real_mode_header->trampoline_status); |
669 | /* start_ip had better be page-aligned! */ | 669 | /* start_ip had better be page-aligned! */ |
670 | unsigned long start_ip = real_mode_header.trampoline_data; | 670 | unsigned long start_ip = real_mode_header->trampoline_data; |
671 | 671 | ||
672 | unsigned long boot_error = 0; | 672 | unsigned long boot_error = 0; |
673 | int timeout; | 673 | int timeout; |