From: Andrew Morton Date: Fri, 4 Jul 2008 10:36:21 +0000 (+0200) Subject: arch/x86/kernel/smpboot.c: fix warning X-Git-Tag: accepted/tizen/common/20141203.182822~21532^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f585e01614f38195599c1bc5379d3c9dae6be47;p=platform%2Fkernel%2Flinux-arm64.git arch/x86/kernel/smpboot.c: fix warning arch/x86/kernel/smpboot.c: In function 'do_boot_cpu': arch/x86/kernel/smpboot.c:943: warning: label 'restore_state' defined but not used Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index e1200b2..f35c2d8 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -939,9 +939,9 @@ do_rest: inquire_remote_apic(apicid); } } - +#ifdef CONFIG_X86_64 restore_state: - +#endif if (boot_error) { /* Try to put things back the way they were before ... */ numa_remove_cpu(cpu); /* was set by numa_add_cpu */