]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: revert CONFIG_X86_HT semantics change
authorAdrian Bunk <bunk@kernel.org>
Tue, 4 Dec 2007 16:19:07 +0000 (17:19 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 4 Dec 2007 16:19:07 +0000 (17:19 +0100)
The recent Kconfig changes in x86 resulted in CONFIG_X86_HT no longer
being set if (X86_32 && MK8).

After grep'ing through the tree I think the problem is that different
places have different assumptions about the semantics of CONFIG_X86_HT,
either:

- hyperthreading or
- multicore

This should be sorted out properly, but until then we should keep the
2.6.23 status quo.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kconfig

index 368864dfe6eb635ef210f046ec351f04e96f42ef..391cb18941276dc47d2404ff70b95a85723a3dc0 100644 (file)
@@ -148,7 +148,8 @@ config X86_SMP
 
 config X86_HT
        bool
-       depends on SMP && !(X86_VISWS || X86_VOYAGER || MK8)
+       depends on SMP
+       depends on (X86_32 && !(X86_VISWS || X86_VOYAGER)) || (X86_64 && !MK8)
        default y
 
 config X86_BIOS_REBOOT