commit | b6b301aa9fba57b114c3a00f5f43abf672bd4ecd | [log] [tgz] |
---|---|---|
author | Jaswinder Singh <jaswinder@infradead.org> | Tue Dec 23 21:52:33 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Dec 27 11:30:18 2008 +0100 |
tree | 416330b29b40b5dabc9ca898b0d1ddfdc918f526 | |
parent | 0b936bfdeb85784b7df132b2c64fb34ad9b11ffa [diff] |
x86: apic.c x2apic_preenabled and disable_x2apic should be static Impact: cleanup, reduce kernel size a bit, avoid sparse warning Fixes sparse warning: arch/x86/kernel/apic.c:103:5: warning: symbol 'disable_x2apic' was not declared. Should it be static? Signed-off-by: Jaswinder Singh <jaswinder@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>