Re: [PATCH] Fix to keep watchdog disabled by default for i386/x86_64

2007-08-10 Thread Andi Kleen
> +#deifne NMI_DEFAULT NMI_DISABLED Actually tested? -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Fix to keep watchdog disabled by default for i386/x86_64

2007-08-10 Thread Daniel Gollub
Fixed wrong expression which enabled watchdogs even if nmi_watchdog kernel parameter wasn't set. This regression got slightly introduced with commit b7471c6da94d30d3deadc55986cc38d1ff57f9ca. Introduced NMI_DISABLED (-1) which allows to switch the value of NMI_DEFAULT without breaking the APIC N