--- arch/x86/kernel/nmi_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6/arch/x86/kernel/nmi_64.c =================================================================== --- linux-2.6.orig/arch/x86/kernel/nmi_64.c 2008-06-10 10:52:54.018876222 -0700 +++ linux-2.6/arch/x86/kernel/nmi_64.c 2008-06-10 10:53:57.806382935 -0700 @@ -290,7 +290,7 @@ void stop_apic_nmi_watchdog(void *unused */ static DEFINE_PER_CPU(unsigned, last_irq_sum); -static DEFINE_PER_CPU(local_t, alert_counter); +static DEFINE_PER_CPU(unsigned, alert_counter); static DEFINE_PER_CPU(int, nmi_touch); void touch_nmi_watchdog(void)