]> git.baikalelectronics.ru Git - kernel.git/commit
x86, smp: refactor ->wait_for_init_deassert()
authorIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 15:21:32 +0000 (16:21 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 28 Jan 2009 22:20:32 +0000 (23:20 +0100)
commit79ecc70268645ca3e46c6cf41b496ee217739659
treef86d64139f85fcaa627840275519a03f3b4fcc86
parent2b5614e7106f56b486da5c3df73eebf243b26fd4
x86, smp: refactor ->wait_for_init_deassert()

- spread out the namespace on a per APIC driver basis

 - handle a NULL ->wait_for_init_deassert() as a 'dont wait' default method

 - remove NUMAQ and Summit handlers

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/es7000/wakecpu.h
arch/x86/include/asm/mach-default/mach_wakecpu.h
arch/x86/include/asm/mach-generic/mach_wakecpu.h
arch/x86/include/asm/numaq/wakecpu.h
arch/x86/kernel/es7000_32.c
arch/x86/kernel/smpboot.c
arch/x86/mach-generic/bigsmp.c
arch/x86/mach-generic/default.c
arch/x86/mach-generic/es7000.c
arch/x86/mach-generic/numaq.c
arch/x86/mach-generic/summit.c