From: Andrew Morton Date: Wed, 13 Dec 2006 08:33:40 +0000 (-0800) Subject: [PATCH] arch/i386/kernel/smpboot.c: remove unneeded ifdef X-Git-Tag: v2.6.20-rc1~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24d34dc56449a322d8140d497440d3c1bea49618;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] arch/i386/kernel/smpboot.c: remove unneeded ifdef #ifdef CONFIG_SMP in a file which isn't compiled in non-SMP kernels. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c index b0f84e5..aef39be 100644 --- a/arch/i386/kernel/smpboot.c +++ b/arch/i386/kernel/smpboot.c @@ -69,9 +69,7 @@ static int __devinitdata smp_b_stepping; /* Number of siblings per CPU package */ int smp_num_siblings = 1; -#ifdef CONFIG_SMP EXPORT_SYMBOL(smp_num_siblings); -#endif /* Last level cache ID of each logical CPU */ int cpu_llc_id[NR_CPUS] __cpuinitdata = {[0 ... NR_CPUS-1] = BAD_APICID};