public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
	LKML <linux-kernel@vger.kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>
Subject: Re: [PATCH] x86: Use helper in fault_64.c
Date: Tue, 18 Dec 2007 12:19:08 +0100	[thread overview]
Message-ID: <20071218111908.GD9002@elte.hu> (raw)
In-Reply-To: <1197975535.7734.21.camel@brick>


* Harvey Harrison <harvey.harrison@gmail.com> wrote:

> Use the fixup_exception() helper in fault_64.c

thanks, applied.

> This is only appropriate if CONFIG_PNP_BIOS cannot be set on X86_64, 
> which looks to be the case, but needs confirmation.

yeah, that seems to be the case:

in drivers/pnp/pnpbios/Kconfig:

 config PNPBIOS
 ...
         depends on ISA && X86 && EXPERIMENTAL

in arch/x86/Kconfig:

 if X86_32
 config ISA

it seems the PNPBIOS has not infested the 64-bit world, so we wont ever 
see this with a 64-bit kernel:

                extern u32 pnp_bios_is_utter_crap;
                pnp_bios_is_utter_crap = 1;
                printk(KERN_CRIT "PNPBIOS fault.. attempting recovery.\n");

	Ingo

  reply	other threads:[~2007-12-18 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-18 10:58 [PATCH] x86: Use helper in fault_64.c Harvey Harrison
2007-12-18 11:19 ` Ingo Molnar [this message]
2007-12-18 11:23   ` Harvey Harrison

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=20071218111908.GD9002@elte.hu \
    --to=mingo@elte.hu \
    --cc=harvey.harrison@gmail.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox