linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [tip:x86/mce] x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
@ 2010-01-23 11:33 Andi Kleen
  2010-02-05 23:31 ` [tip:x86/mce] x86, mce: Make xeon75xx memory driver dependent on PCI tip-bot for Andi Kleen
  0 siblings, 1 reply; 14+ messages in thread
From: Andi Kleen @ 2010-01-23 11:33 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: mingo, hpa, linux-kernel, andi, tglx, Borislav Petkov,
	Andreas Herrmann, Hidetoshi Seto, linux-tip-commits,
	Peter Zijlstra, Fr??d??ric Weisbecker

> FYI, this commit triggered a -tip test failure:
> 
>  arch/x86/kernel/cpu/mcheck/mce-xeon75xx.c: In function 'xeon75xx_mce_init':
>  arch/x86/kernel/cpu/mcheck/mce-xeon75xx.c:340: error: implicit declaration of function 'pci_match_id'

Does this patch fix it? (I assume your config is missing CONFIG_PCI)

-Andi

---

commit 748e9c041da32f173f20289c71ef0462b8e97234
Author: Andi Kleen <ak@linux.intel.com>
Date:   Sat Jan 23 12:34:10 2010 +0100

    Make xeon75xx memory driver dependent on PCI
    
    Found by Ingo Molnar's automated tester
    
    Signed-off-by: Andi Kleen <ak@linux.intel.com>

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f62db24..ab2d0a8 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -834,7 +834,7 @@ config X86_MCE_INTEL
 
 config X86_MCE_XEON75XX
 	tristate "Intel Xeon 7500 series corrected memory error driver"
-	depends on X86_MCE_INTEL
+	depends on X86_MCE_INTEL && PCI
 	---help---
 	   Add support for a Intel Xeon 7500 series specific memory error driver.
 	   This allows to report the DIMM and physical address on a corrected

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

end of thread, other threads:[~2010-02-22  7:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <211660974.2010861266660371958.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com>
2010-02-20 10:14 ` [tip:x86/mce] x86, mce: Make xeon75xx memory driver dependent on PCI Mauro Carvalho Chehab
2010-01-23 11:33 [tip:x86/mce] x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll Andi Kleen
2010-02-05 23:31 ` [tip:x86/mce] x86, mce: Make xeon75xx memory driver dependent on PCI tip-bot for Andi Kleen
2010-02-16 20:47   ` Ingo Molnar
2010-02-16 22:29     ` Andi Kleen
2010-02-19 10:50       ` Thomas Gleixner
2010-02-19 12:17         ` Andi Kleen
2010-02-19 12:45           ` Borislav Petkov
2010-02-19 13:21             ` Andi Kleen
2010-02-19 15:17               ` Mauro Carvalho Chehab
2010-02-19 15:37                 ` Andi Kleen
2010-02-20  0:14                   ` Mauro Carvalho Chehab
2010-02-20  9:01                     ` Andi Kleen
2010-02-19 15:46           ` Thomas Gleixner
2010-02-22  7:38       ` Hidetoshi Seto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).