[RFC] one line fix in arch/i386/Kconfig

From: Paolo Ciarrocchi (ciarrocchi@linuxmail.org)
Date: Fri Mar 07 2003 - 17:03:37 EST


Hi all,
this is the first time I post a patch to the list,
therefore I'm really not sure if it is correct,
even if it is just a 'one line patch'

If I say that my cpu is not a PentiumIV why
he bothers me about "check for P4 thermal throttling interrupt." ?

This patch show that option only if you select that kind of CPU.

Is it correct ? Does it makes sense ?

Ciao,
                Paolo
                

--- arch/i386/Kconfig.orig 2003-03-07 22:17:58.000000000 +0100
+++ arch/i386/Kconfig 2003-03-07 22:19:29.000000000 +0100
@@ -536,7 +536,7 @@
 
 config X86_MCE_P4THERMAL
         bool "check for P4 thermal throttling interrupt."
- depends on X86_MCE && (X86_UP_APIC || SMP)
+ depends on X86_MCE && (X86_UP_APIC || SMP) && MPENTIUM4
         help
           Enabling this feature will cause a message to be printed when the P4
           enters thermal throttling.

-- 
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr

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



This archive was generated by hypermail 2b29 : Fri Mar 07 2003 - 22:00:39 EST