From: Ingo Molnar Date: Wed, 28 Jan 2009 15:31:52 +0000 (+0100) Subject: x86, smp: refactor ->smp_callin_clear_local_apic() methods X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333344d94300500e401cffb4eea10a5ab6e5a41d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed