All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J.A. Magallon" <jamagallon@able.es>
To: Lista Linux-Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Use of CONFIG_M686
Date: Tue, 28 May 2002 00:29:28 +0200	[thread overview]
Message-ID: <20020527222928.GI1848@werewolf.able.es> (raw)
In-Reply-To: <20020527222253.GG1848@werewolf.able.es>


On 2002.05.28 J.A. Magallon wrote:
>Hi all...
>
>arch/i386/kernel/traps.c:
>
>#ifndef CONFIG_M686 <=================== which also passes if PII, P4...
>void __init trap_init_f00f_bug(void)
>...

Would it be enough with

#if defined(CONFIG_M586) || defined(CONFIG_M586TSC) || defined(CONFIG_M586MMX)

386-486 do not have the bug, do ?


-- 
J.A. Magallon                           #  Let the source be with you...        
mailto:jamagallon@able.es
Mandrake Linux release 8.3 (Cooker) for i586
Linux werewolf 2.4.19-pre8-jam4 #2 SMP dom may 26 11:20:42 CEST 2002 i686

  reply	other threads:[~2002-05-27 22:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-27 22:22 Use of CONFIG_M686 J.A. Magallon
2002-05-27 22:29 ` J.A. Magallon [this message]
2002-05-28  0:05   ` Alan Cox
2002-05-29 14:25     ` Dave Jones
2002-05-27 22:38 ` Brian Gerst

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=20020527222928.GI1848@werewolf.able.es \
    --to=jamagallon@able.es \
    --cc=linux-kernel@vger.kernel.org \
    /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.