commit | 1f5bcabf1b997d6b76a09114b5a79423495a1263 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Feb 26 13:51:40 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Feb 26 13:58:26 2009 +0100 |
tree | e933ed3b2f534d6014fdbaa9d8210d7d1919f7cb | |
parent | 0917c01f8e793f57a53cf886533d4c75c67f6e89 [diff] |
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>