Re: [BUG] x86 kenel won't boot under Virtual PC
From: H. Peter Anvin
Date: Mon Sep 08 2008 - 12:15:50 EST
H. Peter Anvin wrote:
The issue at hand is that at least with the current toolchain, we need
to pass -march=generic in order for these instructions to be generated.
We have an option for this, CONFIG_X86_GENERIC, which distributions
really *should* be using anyway.
That should have been "-mtune=generic". Sorry.
And yes, it should be the default. The patch I have makes it
"default y" as well as change the help text.
Would it make you happier if this option was forced enabled unless
CONFIG_EMBEDDED was on?
I guess the other option is to create a new option for selecting the
dangerous -mtune= variants, and possibly lock *that* option to
CONFIG_EMBEDDED.
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/