diff options
author | Jason Uhlenkott <juhlenko@akamai.com> | 2008-02-07 03:15:01 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:23 -0500 |
commit | f5c0454c865487822d030a820062c6c8f1565c5c (patch) | |
tree | 3da12fb15cddadce818813e00d57173e943d3f36 /drivers | |
parent | 6b09ff9d787911b0b46a4d286e68f1f84e8b0b94 (diff) |
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 <juhlenko@akamai.com>
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/edac/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 10119d7dbcff..2b382990fe58 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -97,7 +97,7 @@ config EDAC_I82975X | |||
97 | 97 | ||
98 | config EDAC_I3000 | 98 | config EDAC_I3000 |
99 | tristate "Intel 3000/3010" | 99 | tristate "Intel 3000/3010" |
100 | depends on EDAC_MM_EDAC && PCI && X86_32 | 100 | depends on EDAC_MM_EDAC && PCI && X86 |
101 | help | 101 | help |
102 | Support for error detection and correction on the Intel | 102 | Support for error detection and correction on the Intel |
103 | 3000 and 3010 server chipsets. | 103 | 3000 and 3010 server chipsets. |