]> git.baikalelectronics.ru Git - kernel.git/commit
x86: X86_HT always enable on X86_64 SMP
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Wed, 27 Feb 2008 21:16:30 +0000 (13:16 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:51 +0000 (17:40 +0200)
commit7791460411cb7fac447a2201f29b812fe6a7edf6
tree3b96dda7b2264299a8fa568cf2878ffb60e3a7e9
parent43c207abf0e15302c8596d8f76aa5686bb7a919f
x86: X86_HT always enable on X86_64 SMP

X86_HT is used for hyperthreading or multicore on 32-bit.
The X86_HT on 64-bit is different from 32-bit, it means hyperthreading only.
And X86_HT is not used on 64-bit except from cpu/initel_cacheinfo.c.

Unify X86_HT for hyperthreading or multicore.
Turn X86_HT on when X86_64 and SMP are enabled.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig