lkml.org 
[lkml]   [2002]   [Oct]   [27]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
DateSun, 27 Oct 2002 12:52:18 +0100
FromDave Jones <>
SubjectRe: 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/

\
 
 \ /
  Last update: 2005-03-22 12:30    [W:0.164 / U:0.100 seconds]
©2003-2008 Jasper Spaans