public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: make menuconfig creates erronous config for 386
  2005-03-09 14:15 make menuconfig creates erronous config for 386 Gustav Lidberg
@ 2005-03-09 13:53 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2005-03-09 13:53 UTC (permalink / raw)
  To: Gustav Lidberg, Michael Elizabeth Chastain
  Cc: linux-kernel, Mikael Pettersson


Hi,

On Wed, Mar 09, 2005 at 03:15:19PM +0100, Gustav Lidberg wrote:
> Hi
> 
> There is a bug in "make menuconfig". If one chooses 386 or 486 for cpu
> type, CONFIG_X86_TSC=y is set in .config. This creates a kernel that is
> unbootable on 386. Testing shows that it worked in 2.4.19, but is broken
> from 2.4.20 onwards. Someone should definetely look into this.
> (I'm not subscribed to lkml)

Quoting Mikael Pettersson, from
http://marc.theaimsgroup.com/?l=linux-kernel&m=109986177309630&w=2

"Do a 'make oldconfig' after switching CPU type from a
TSC-capable one to a TSC-less one in 2.4 kernels. There
is a known bug in the old configuration system where it
can leave derived options in an inconsistent state after
a single round of option changes. CONFIG_X86_TSC is the
prime example of this. Doing a second configuration round
allows the derived options to reach a fixpoint."

Note that arch/i386/defconfig contains CONFIG_X86_TSC=y.

Michael, Mikael, what are the possibilities for fixing this
Configure limitation?

In the meantime, I wonder if arch/i386/defconfig should be 
changed to contain "CONFIG_X86_TSC=n" instead of "=y" to make 
life easier for 386/486 users who use "make menuconfig" without 
pre-existing .config files.

This should have been fixed ages ago. :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

* make menuconfig creates erronous config for 386
@ 2005-03-09 14:15 Gustav Lidberg
  2005-03-09 13:53 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Gustav Lidberg @ 2005-03-09 14:15 UTC (permalink / raw)
  To: linux-kernel

Hi

There is a bug in "make menuconfig". If one chooses 386 or 486 for cpu
type, CONFIG_X86_TSC=y is set in .config. This creates a kernel that is
unbootable on 386. Testing shows that it worked in 2.4.19, but is broken
from 2.4.20 onwards. Someone should definetely look into this.
(I'm not subscribed to lkml)


/Gustav Lidberg





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-09 18:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-09 14:15 make menuconfig creates erronous config for 386 Gustav Lidberg
2005-03-09 13:53 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox