All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Jan Beulich <JBeulich@novell.com>
Cc: mingo@elte.hu, tglx@linutronix.de, hpa@zytor.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH, v2] i386: tighten dependencies of CPU_SUP_*_32
Date: Thu, 28 Apr 2011 12:42:28 -0400	[thread overview]
Message-ID: <20110428164228.GA8336@redhat.com> (raw)
In-Reply-To: <4DB9498B020000780003E9A0@vpn.id2.novell.com>

On Thu, Apr 28, 2011 at 10:03:39AM +0100, Jan Beulich wrote:
 
 > --- 2.6.39-rc5/arch/x86/Kconfig.cpu
 > +++ 2.6.39-rc5-i386-cpu-sup-dependencies/arch/x86/Kconfig.cpu
 > @@ -440,7 +440,7 @@ config CPU_SUP_INTEL
 >  config CPU_SUP_CYRIX_32
 >  	default y
 >  	bool "Support Cyrix processors" if PROCESSOR_SELECT
 > -	depends on !64BIT
 > +	depends on M386 || M486 || M586 || M586TSC || M586MMX || (EXPERT && !64BIT)
 >  	---help---
 >  	  This enables detection, tunings and quirks for Cyrix processors
 >  
 > @@ -494,7 +494,7 @@ config CPU_SUP_TRANSMETA_32
 >  config CPU_SUP_UMC_32
 >  	default y
 >  	bool "Support UMC processors" if PROCESSOR_SELECT
 > -	depends on !64BIT
 > +	depends on M386 || M486 || (EXPERT && !64BIT)
 >  	---help---
 >  	  This enables detection, tunings and quirks for UMC processors

PROCESSOR_SELECT is already dependant on EXPERT being set.

	Dave


  reply	other threads:[~2011-04-28 16:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-28  9:03 [PATCH, v2] i386: tighten dependencies of CPU_SUP_*_32 Jan Beulich
2011-04-28 16:42 ` Dave Jones [this message]
2011-04-29  6:54   ` Jan Beulich

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=20110428164228.GA8336@redhat.com \
    --to=davej@redhat.com \
    --cc=JBeulich@novell.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --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 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.