Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 27 Oct 2002 06:46:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 27 Oct 2002 06:46:02 -0500 Received: from ns.suse.de ([213.95.15.193]:12813 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id ; Sun, 27 Oct 2002 06:46:01 -0500 Date: Sun, 27 Oct 2002 12:52:18 +0100 From: Dave Jones To: Peter L Jones Cc: linux-kernel@vger.kernel.org, alan@redhat.com Subject: Re: Linux 2.5.44-ac4 Message-ID: <20021027125218.A21310@suse.de> Mail-Followup-To: Dave Jones , Peter L Jones , linux-kernel@vger.kernel.org, alan@redhat.com References: <200210270925.07460@advent.drealm.org.uk> <200210271040.31765@advent.drealm.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200210271040.31765@advent.drealm.org.uk>; from peter@drealm.org.uk on Sun, Oct 27, 2002 at 11:40:31AM +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 888 Lines: 23 [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/