public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amd64_edac: Build module on x86-32
@ 2014-11-02 10:22 Tomasz Pala
  2014-11-02 10:33 ` Borislav Petkov
  0 siblings, 1 reply; 10+ messages in thread
From: Tomasz Pala @ 2014-11-02 10:22 UTC (permalink / raw)
  To: Borislav Petkov, linux-edac; +Cc: linux-kernel, trivial

While both K8 and F10h are AMD64 CPUs, EDAC doesn't require them to run
in long mode; AMD_NB dependency is enough.

Fixes: 3d373290450b ("amd64_edac: do not enable module by default").

Signed-off-by: Tomasz Pala <gotar@polanet.pl>
---
 drivers/edac/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 7072c28..af9c9fa 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -106,7 +106,7 @@ config EDAC_GHES
 
 config EDAC_AMD64
 	tristate "AMD64 (Opteron, Athlon64) K8, F10h"
-	depends on EDAC_MM_EDAC && AMD_NB && X86_64 && EDAC_DECODE_MCE
+	depends on EDAC_MM_EDAC && AMD_NB && EDAC_DECODE_MCE
 	help
 	  Support for error detection and correction of DRAM ECC errors on
 	  the AMD64 families of memory controllers (K8 and F10h)
-- 
1.6.0.4



-- 
Tomasz Pala <gotar@pld-linux.org>

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

end of thread, other threads:[~2014-11-17 11:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02 10:22 [PATCH] amd64_edac: Build module on x86-32 Tomasz Pala
2014-11-02 10:33 ` Borislav Petkov
2014-11-02 10:45   ` [PATCH] amd64_edac: Document why it is 64-bit only Borislav Petkov
2014-11-02 12:11   ` [PATCH] amd64_edac: Build module on x86-32 Tomasz Pala
2014-11-02 12:35     ` Borislav Petkov
2014-11-02 14:08       ` Tomasz Pala
2014-11-03 10:55         ` Borislav Petkov
2014-11-05 12:03           ` Tomasz Pala
2014-11-05 14:56             ` Borislav Petkov
2014-11-17 11:15               ` Tomasz Pala

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