- 論壇徽章:
- 0
|
FreeBSD支持SMP否????
原帖由 "hdcola" 發(fā)表:
我的是HT的CPU,操作系統(tǒng)是4.9,把HTT的#去了,config時說沒有HTT,只去SMP和APIC_IO它就直接認出二個cpu了。
真是很奇怪的說。
4.9 的 HTT 已經(jīng)變成默認的了,所以就沒有該選項了:
[quote="/usr/src/UPDATING"]
...
20031028:
FreeBSD 4.9-RELEASE.
20031022:
Support for HyperThread logical CPUs has now been enabled by
default. As a result, the HTT kernel option no longer exists.
Instead, the logical CPUs are always started so that they can
handle interrupts. However, the extra logical CPUs are prevented
from executing user processes by default. To enable the logical
CPUs, change the value of the machdep.hlt_logical_cpus from 1 to
0. This value can also be set from the loader as a tunable of
the same name.
...
[/quote] |
|