From: Ingo Molnar Date: Wed, 28 Jan 2009 15:31:52 +0000 (+0100) Subject: x86, smp: refactor ->store/restore_NMI_vector() methods X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd06ec63a1204ca44b9f1dc487b8632016162d1;p=pandora-kernel.git x86, smp: refactor ->store/restore_NMI_vector() methods Only NUMAQ does something substantial here, because it initializes via NMIs (not via INIT as standard SMP startup) - so it needs to store and restore the NMI vector. - 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