freebsd-dev/sys/i386
Peter Wemm bb9cca1c2f Halt the cpus in the idle loop for SMP as well for several reasons:
1) Its critical for HTT.  There's less foot-shooting opportunity.
2) I've seen significant improvements in interactive response to commands
over ssh sessions.  I assume this is less lock contention.
3) As incentive to finish the idle cpu IPI wakeup stuff.
4) The machine on my desk was blowing hot air in my general direction
because somebody forgot to turn the hlt on, and it saves 50 watts per
cpu..

The machdep.cpu_idle_hlt sysctl is still available, but now the default
is the same as on UP kernels.
2003-03-26 19:40:29 +00:00
..
acpica - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
bios Merge PC98 support. 2003-03-25 05:19:18 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf Add an options entry for HTT in SMP and GENERIC similar to the SMP and 2003-03-25 23:31:14 +00:00
i386 Halt the cpus in the idle loop for SMP as well for several reasons: 2003-03-26 19:40:29 +00:00
ibcs2 Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
include - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
isa - Add vm_paddr_t, a physical address type. This is required for systems 2003-03-25 00:07:06 +00:00
linux Add a cleanup function to destroy the osname_lock and call it on module 2003-03-26 18:29:44 +00:00
pci Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been 2003-02-18 03:36:49 +00:00
svr4 SCARGS removal take II. 2002-12-14 01:56:26 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00