linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH Linus - please apply] EDAC/igen6: fix core dependency AGAIN
@ 2021-07-15 18:55 Tony Luck
  2021-07-15 19:02 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Luck @ 2021-07-15 18:55 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Qiuxu Zhuo, Tony Luck, Borislav Petkov, Mauro Carvalho Chehab,
	linux-edac, bowsingbetee, Randy Dunlap

From: Randy Dunlap <rdunlap@infradead.org>

My previous patch had a typo/thinko which prevents this driver
from being enabled: change X64_64 to X86_64.

Fixes: 0a9ece9ba154 ("EDAC/igen6: fix core dependency")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: linux-edac@vger.kernel.org
Cc: bowsingbetee <bowsingbetee@protonmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Tony Luck <tony.luck@intel.com>
---
 drivers/edac/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index 91164c5f0757..2fc4c3f91fd5 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -271,7 +271,7 @@ config EDAC_PND2
 config EDAC_IGEN6
 	tristate "Intel client SoC Integrated MC"
 	depends on PCI && PCI_MMCONFIG && ARCH_HAVE_NMI_SAFE_CMPXCHG
-	depends on X64_64 && X86_MCE_INTEL
+	depends on X86_64 && X86_MCE_INTEL
 	help
 	  Support for error detection and correction on the Intel
 	  client SoC Integrated Memory Controller using In-Band ECC IP.
-- 
2.29.2


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

* Re: [PATCH Linus - please apply] EDAC/igen6: fix core dependency AGAIN
  2021-07-15 18:55 [PATCH Linus - please apply] EDAC/igen6: fix core dependency AGAIN Tony Luck
@ 2021-07-15 19:02 ` Linus Torvalds
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2021-07-15 19:02 UTC (permalink / raw)
  To: Tony Luck
  Cc: Qiuxu Zhuo, Borislav Petkov, Mauro Carvalho Chehab, linux-edac,
	bowsingbetee, Randy Dunlap

On Thu, Jul 15, 2021 at 11:55 AM Tony Luck <tony.luck@intel.com> wrote:
>
> My previous patch had a typo/thinko which prevents this driver
> from being enabled: change X64_64 to X86_64.

Heh. Applied.

              Linus

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

end of thread, other threads:[~2021-07-15 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 18:55 [PATCH Linus - please apply] EDAC/igen6: fix core dependency AGAIN Tony Luck
2021-07-15 19:02 ` Linus Torvalds

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).