Re: [PATCH] x86: adjust enable_NMI_through_LVT0()

2007-12-17 Thread Ingo Molnar
* Jan Beulich <[EMAIL PROTECTED]> wrote: > 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 attrib

[PATCH] x86: adjust enable_NMI_through_LVT0()

2007-12-13 Thread Jan Beulich
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_tim