diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2011-05-20 20:51:19 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-05-22 05:48:03 -0400 |
commit | 69c252ffce77f4e38347d536ee4eab4aa162dc67 (patch) | |
tree | 070307e0c400d5e4d98f07a8199cc5b62b42b4ce /arch/x86/include/asm | |
parent | 8b37e88061e229e78959fe3257649fd5ce05f8af (diff) |
x86, apic: Clean up bigsmp apic selection code
Make generic_bigsmp_probe() return struct apic *. This will
avoid exporting apic_bigsmp, which will be consistent with
others.
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Tested-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: steiner@sgi.com
Cc: gorcunov@openvz.org
Cc: yinghai@kernel.org
Link: http://lkml.kernel.org/r/20110521005526.252703851@sbsiddha-MOBL3.sc.intel.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index 80b243c7f0f0..f37703dc69fe 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -500,7 +500,7 @@ static inline void default_wait_for_init_deassert(atomic_t *deassert) | |||
500 | return; | 500 | return; |
501 | } | 501 | } |
502 | 502 | ||
503 | extern void generic_bigsmp_probe(void); | 503 | extern struct apic *generic_bigsmp_probe(void); |
504 | 504 | ||
505 | 505 | ||
506 | #ifdef CONFIG_X86_LOCAL_APIC | 506 | #ifdef CONFIG_X86_LOCAL_APIC |