]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: apic: simplify secondary CPU wakeup methods
authorIngo Molnar <mingo@elte.hu>
Thu, 26 Feb 2009 12:51:40 +0000 (13:51 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 26 Feb 2009 12:58:26 +0000 (13:58 +0100)
commit1f5bcabf1b997d6b76a09114b5a79423495a1263
treee933ed3b2f534d6014fdbaa9d8210d7d1919f7cb
parent0917c01f8e793f57a53cf886533d4c75c67f6e89
x86: apic: simplify secondary CPU wakeup methods

Impact: cleanup

- rename apic->wakeup_cpu  to apic->wakeup_secondary_cpu, to
  make it apparent that this is an SMP-only method

- handle NULL ->wakeup_secondary_cpus to mean the default INIT
  wakeup sequence - this allows simplification of the APIC
  driver templates.

Cc: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/apic.h
arch/x86/kernel/apic/apic_flat_64.c
arch/x86/kernel/apic/bigsmp_32.c
arch/x86/kernel/apic/es7000_32.c
arch/x86/kernel/apic/numaq_32.c
arch/x86/kernel/apic/probe_32.c
arch/x86/kernel/apic/summit_32.c
arch/x86/kernel/apic/x2apic_cluster.c
arch/x86/kernel/apic/x2apic_phys.c
arch/x86/kernel/apic/x2apic_uv_x.c
arch/x86/kernel/smpboot.c