Okay, a few things here...
1. First, I wrote up a patch yesterday to update the CONFIG_X86_GENERIC
description and to make it "default y". It is currently on
x86/defconfig, but I think it should be promoted to mainline immediately.
2. X86_P6_NOPS is not the only source of static NOPLs. If gcc is set to
optimize for specific architectures, then gcc/binutils will generate
static NOPLs. The only way we can prevent that is by not using specific
-march options, as far as I can tell.
3. I'm not positive that CONFIG_X86_GENERIC currently avoid all cases of
(2), but it obviously should. I will verify that today and add a
followup patch to the Makefiles if necessary.
Given all of this, I really think that putting this on
CONFIG_X86_GENERIC, *AND* making CONFIG_X86_GENERIC the default is the
right choice.
-hpa
--