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 e1200b202ed7..f35c2d8016ac 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -939,9 +939,9 @@ do_rest: | |||
939 | inquire_remote_apic(apicid); | 939 | inquire_remote_apic(apicid); |
940 | } | 940 | } |
941 | } | 941 | } |
942 | 942 | #ifdef CONFIG_X86_64 | |
943 | restore_state: | 943 | restore_state: |
944 | 944 | #endif | |
945 | if (boot_error) { | 945 | if (boot_error) { |
946 | /* Try to put things back the way they were before ... */ | 946 | /* Try to put things back the way they were before ... */ |
947 | numa_remove_cpu(cpu); /* was set by numa_add_cpu */ | 947 | numa_remove_cpu(cpu); /* was set by numa_add_cpu */ |