From: Jan Beulich Date: Wed, 30 Jan 2008 12:31:24 +0000 (+0100) Subject: x86: adjust enable_NMI_through_LVT0() X-Git-Tag: v2.6.25-rc1~1143^2~561 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94271017f0933b29362a3c9dea5a6b9d04d98e1;p=pandora-kernel.git x86: adjust enable_NMI_through_LVT0() Its previous use in a call to on_each_cpu() was pointless, as at the time that code gets executed only one CPU is online. Further, the function can be __cpuinit, and for this to work without CONFIG_HOTPLUG_CPU setup_nmi() must also get an attribute (this one can even be __init; on 64-bits check_timer() also was lacking that attribute). Signed-off-by: Jan Beulich Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed