]> git.openfabrics.org - ~shefty/rdma-dev.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)
commita965936643e28af8152d9e960b966baa1a5588a2
treef86d64139f85fcaa627840275519a03f3b4fcc86
parentabfa584c8df8b691cf18f51c7d4af27e5b32be4a
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