Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

edac: Only build sb_edac on 64-bit

The sb_edac driver is marginally useful on a 32-bit kernel, and
currently has 64-bit divide compile errors when building that config.
For now, make this build on only for 64-bit kernels.

Signed-off-by: Josh Boyer <jwboyer@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Josh Boyer and committed by
Linus Torvalds
f04c045f 70c9f18c

+1 -1
+1 -1
drivers/edac/Kconfig
··· 214 214 215 215 config EDAC_SBRIDGE 216 216 tristate "Intel Sandy-Bridge Integrated MC" 217 - depends on EDAC_MM_EDAC && PCI && X86 && X86_MCE_INTEL 217 + depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL 218 218 depends on EXPERIMENTAL 219 219 help 220 220 Support for error detection and correction the Intel