From: Andrew Morton Date: Thu, 26 Jul 2007 17:41:10 +0000 (-0700) Subject: edac is bust on mips X-Git-Tag: v2.6.23-rc2~211 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=4c6a1c130e00556a5c69101035bce4d9ab7c5c94;p=safe%2Fjmp%2Flinux-2.6 edac is bust on mips drivers/edac/edac_stub.c:15:22: asm/edac.h: No such file or directory was it even supposed to work? Cc: Douglas Thompson Cc: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 1724c41..43dd5a3 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -8,7 +8,7 @@ menuconfig EDAC bool "EDAC - error detection and reporting (EXPERIMENTAL)" depends on HAS_IOMEM depends on EXPERIMENTAL - depends on X86 || MIPS || PPC + depends on X86 || PPC help EDAC is designed to report errors in the core system. These are low-level errors that are reported in the CPU or