freebsd-skq/sys/i386/conf
ps 26fe456f21 Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl.
This keeps the logical cpu's halted in the idle loop.  By default
the logical cpu's are halted at startup.  It is also possible to
halt any cpu in the idle loop now using machdep.hlt_cpus.

Examples of how to use this:
machdep.hlt_cpus=1	halt cpu0
machdep.hlt_cpus=2	halt cpu1
machdep.hlt_cpus=4	halt cpu2
machdep.hlt_cpus=3	halt cpu0,cpu1

Reviewed by:	jhb, peter
2003-03-26 19:49:34 +00:00
..
GENERIC Add an options entry for HTT in SMP and GENERIC similar to the SMP and 2003-03-25 23:31:14 +00:00
GENERIC.hints Add "disabled" hints to all of the uncommon ISA devices that are in 2002-12-05 22:49:47 +00:00
gethints.awk Retire the perl gethints.conf in favour of an awk version. Move 2002-07-16 09:28:25 +00:00
Makefile Implemented "nooption" and "nomakeoption" config(8) tokens. 2003-02-26 23:36:59 +00:00
NOTES Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl. 2003-03-26 19:49:34 +00:00
OLDCARD Implemented a simple "nodevice" config(8) command that cancels 2003-02-15 02:39:13 +00:00
SMP Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl. 2003-03-26 19:49:34 +00:00