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)
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>

No differences found