From: Dave Jones <davej@suse.de>
To: Peter L Jones <peter@drealm.org.uk>
Cc: linux-kernel@vger.kernel.org, alan@redhat.com
Subject: Re: Linux 2.5.44-ac4
Date: Sun, 27 Oct 2002 12:52:18 +0100 [thread overview]
Message-ID: <20021027125218.A21310@suse.de> (raw)
In-Reply-To: <200210271040.31765@advent.drealm.org.uk>; from peter@drealm.org.uk on Sun, Oct 27, 2002 at 11:40:31AM +0100
[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
next parent reply other threads:[~2002-10-27 11:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200210270925.07460@advent.drealm.org.uk>
[not found] ` <200210271040.31765@advent.drealm.org.uk>
2002-10-27 11:52 ` Dave Jones [this message]
2002-10-27 12:11 ` Linux 2.5.44-ac4 Dave Jones
2002-10-27 2:58 Dieter Nützel
-- strict thread matches above, loose matches on Subject: below --
2002-10-27 1:20 Dieter Nützel
2002-10-26 23:57 Alan Cox
2002-10-27 21:29 ` Andres Salomon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021027125218.A21310@suse.de \
--to=davej@suse.de \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peter@drealm.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.