From: Jaswinder Singh Rajput Date: Mon, 29 Dec 2008 15:02:52 +0000 (+0530) Subject: x86: apic.c declare pic_mode before they get used X-Git-Tag: v2.6.29-rc1~536^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ae299dfb6ef219b296b61d1f222732391973b5;p=pandora-kernel.git x86: apic.c declare pic_mode before they get used Impact: cleanup, avoid sparse warning In asm/mpspec.h moved out pic_mode from CONFIG_X86_32 as it is common for both 32 and 64 bit. Fixes this sparse warning for x86_64: arch/x86/kernel/apic.c:128:5: warning: symbol 'pic_mode' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed