From: Jason Uhlenkott Date: Thu, 7 Feb 2008 08:15:01 +0000 (-0800) Subject: drivers/edac: i3000: 64bit build X-Git-Tag: v2.6.25-rc1~414 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5c0454c865487822d030a820062c6c8f1565c5c;p=platform%2Fkernel%2Flinux-stable.git drivers/edac: i3000: 64bit build Modified to run on x86_64 as well as x86 i3000_edac builds (and runs) fine on x86_64. Signed-off-by: Jason Uhlenkott Signed-off-by: Doug Thompson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 10119d7..2b38299 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -97,7 +97,7 @@ config EDAC_I82975X config EDAC_I3000 tristate "Intel 3000/3010" - depends on EDAC_MM_EDAC && PCI && X86_32 + depends on EDAC_MM_EDAC && PCI && X86 help Support for error detection and correction on the Intel 3000 and 3010 server chipsets.