commit | b089c12b25284a5e31ede7c98936a2b36a41e090 | [log] [tgz] |
---|---|---|
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Wed Feb 27 13:16:30 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:40:51 2008 +0200 |
tree | 3b96dda7b2264299a8fa568cf2878ffb60e3a7e9 | |
parent | e3100c82abd9aa643dc15828202aceeae3504e03 [diff] |
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>