public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD"
@ 2009-07-22  2:56 Hidehiro Kawai
  2009-07-22  3:37 ` Hidetoshi Seto
  2009-07-22  5:25 ` [tip:x86/urgent] " tip-bot for Hidehiro Kawai
  0 siblings, 2 replies; 5+ messages in thread
From: Hidehiro Kawai @ 2009-07-22  2:56 UTC (permalink / raw)
  To: mingo, tglx, hpa, ak, seto.hidetoshi
  Cc: linux-kernel, Satoshi OSHIMA, Taketoshi Sakuraba

CONFIG_X86_THRESHOLD used in arch/x86/kernel/irqinit.c is always
undefined.  Rename it to the correct name "CONFIG_X86_MCE_THRESHOLD".

Signed-off-by: Hidehiro Kawai <hidehiro.kawai.ez@hitachi.com>
---
 arch/x86/kernel/irqinit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/irqinit.c b/arch/x86/kernel/irqinit.c
index 8a194ad..ccf8ab5 100644
--- a/arch/x86/kernel/irqinit.c
+++ b/arch/x86/kernel/irqinit.c
@@ -187,7 +187,7 @@ static void __init apic_intr_init(void)
 #ifdef CONFIG_X86_THERMAL_VECTOR
 	alloc_intr_gate(THERMAL_APIC_VECTOR, thermal_interrupt);
 #endif
-#ifdef CONFIG_X86_THRESHOLD
+#ifdef CONFIG_X86_MCE_THRESHOLD
 	alloc_intr_gate(THRESHOLD_APIC_VECTOR, threshold_interrupt);
 #endif
 #if defined(CONFIG_X86_MCE) && defined(CONFIG_X86_LOCAL_APIC)
-- 
1.6.2.5

-- 
Hidehiro Kawai
Hitachi, Systems Development Laboratory
Linux Technology Center


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-22 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22  2:56 [PATCH] x86, mce: Rename incorrect macro name "CONFIG_X86_THRESHOLD" Hidehiro Kawai
2009-07-22  3:37 ` Hidetoshi Seto
2009-07-22 13:20   ` Andi Kleen
2009-07-22 14:16     ` H. Peter Anvin
2009-07-22  5:25 ` [tip:x86/urgent] " tip-bot for Hidehiro Kawai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox