Re: [patch 5/8] Add SMP support on i386 to reservation framework

From: Don Zickus
Date: Mon May 22 2006 - 13:51:11 EST


On Mon, May 22, 2006 at 07:31:41PM +0200, Markus Armbruster wrote:
> @@ -457,143 +434,312 @@ late_initcall(init_lapic_nmi_sysfs);
> [...]
> static int setup_p6_watchdog(void)
> [...]
> apic_write(APIC_LVTPC, APIC_DM_NMI);
> - evntsel |= P6_EVNTSEL0_ENABLE;
> - wrmsr(MSR_P6_EVNTSEL0, evntsel, 0);
> + evntsel |= K7_EVNTSEL_ENABLE;
>
> Me thinks you want P6_EVNTSEL0_ENABLE here, although the value is the
> same.

Yup, the downside of copying/pasting...

Thanks.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/