commit | 2b6163bf5772644068694583816fa41e8474239f | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Wed Feb 25 20:50:49 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Feb 26 06:32:25 2009 +0100 |
tree | b854e9070254ad2942901941b67e8a56d61f7f91 | |
parent | ecc25fbd6b9e07b33895c61ddf84006b00f55d99 [diff] |
x86: remove update_apic from x86_quirks Impact: cleanup x86_quirks->update_apic() calling looks crazy. so try to remove it: 1. every apic take wakeup_cpu member directly 2. separate es7000_apic to es7000_apic_cluster 3. use uv_wakeup_cpu directly Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>