commit | 333344d94300500e401cffb4eea10a5ab6e5a41d | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 16:31:52 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 28 23:20:33 2009 +0100 |
tree | 21dd26c49dfba195a03e2fa860fe4d3123ca3de8 | |
parent | a965936643e28af8152d9e960b966baa1a5588a2 [diff] |
x86, smp: refactor ->smp_callin_clear_local_apic() methods Only NUMAQ does something substantial here, because it initializes via NMIs (not via INIT as standard SMP startup) - so it needs to reset the APIC. - extend the generic code to handle NULL methods - clear out dummy methods and replace them with NULL - clean up: remove wrapper macros, etc. Signed-off-by: Ingo Molnar <mingo@elte.hu>