From: Adrian Bunk Date: Tue, 4 Dec 2007 16:19:07 +0000 (+0100) Subject: x86: revert CONFIG_X86_HT semantics change X-Git-Tag: v2.6.24-rc5~112^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0011a798ba0e9134506830c58323f2bfcd2443;p=pandora-kernel.git x86: revert CONFIG_X86_HT semantics change 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed