commit | a1ae299dfb6ef219b296b61d1f222732391973b5 | [log] [tgz] |
---|---|---|
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | Mon Dec 29 20:32:52 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Dec 29 18:17:30 2008 +0100 |
tree | b36974f4cadd6d0fbc9041a62d484c113b2f13a9 | |
parent | 2f06de0671096e19350c9efe21cfdbc0891aab20 [diff] |
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 <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>