Messages in this thread |  | | | Date | Sun, 27 Oct 2002 12:52:18 +0100 | | From | Dave Jones <> | | Subject | Re: Linux 2.5.44-ac4 |
[cc:'d back to l-k where this belongs]
On Sun, Oct 27, 2002 at 11:40:31AM +0100, Peter L Jones wrote: > The mce.c entries are excluded by "#ifdef CONFIG_X86_MCE". For some reason, > the entire subdirectory has been built but the processor-specific modules > don't have any CONFIG_X86_MCE protection. This one's beyond my skill even to > attempt to fix. I guess I'll turn on machine check exceptions...
Oops, it's broken if CONFIG_X86_MCE=n Change arch/i386/kernel/cpu/Makefile line 16 to read obj-$(CONFIG_X86_MCE) += mcheck/ and it should be ok..
Dave
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |