All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paolo Ciarrocchi" <ciarrocchi@linuxmail.org>
To: linux-kernel@vger.kernel.org
Cc: ciarrocchi@linuxmail.org
Subject: [RFC] one line fix in arch/i386/Kconfig
Date: Sat, 08 Mar 2003 06:03:37 +0800	[thread overview]
Message-ID: <20030307220337.5841.qmail@linuxmail.org> (raw)

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

             reply	other threads:[~2003-03-07 21:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-07 22:03 Paolo Ciarrocchi [this message]
2003-03-07 22:18 ` [RFC] one line fix in arch/i386/Kconfig H. Peter Anvin
2003-03-07 23:18 ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2003-03-07 22:32 Paolo Ciarrocchi
2003-03-07 23:10 ` H. Peter Anvin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030307220337.5841.qmail@linuxmail.org \
    --to=ciarrocchi@linuxmail.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.