freebsd_amp_hwpstate/sys/amd64
Peter Wemm b3196e4b9f Preliminary support for per-cpu data pages.
This eliminates a lot of #ifdef SMP type code.  Things like _curproc reside
in a data page that is unique on each cpu, eliminating the expensive macros
like:    #define curproc (SMPcurproc[cpunumber()])

There are some unresolved bootstrap and address space sharing issues at
present, but Steve is waiting on this for other work.  There is still some
strictly temporary code present that isn't exactly pretty.

This is part of a larger change that has run into some bumps, this part is
standalone so it should be safe.  The temporary code goes away when the
full idle cpu support is finished.

Reviewed by: fsmp, dyson
1997-06-22 16:04:22 +00:00
..
amd64 Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
conf YAMF22 - XSERVER comment changes. 1997-06-06 12:24:43 +00:00
include Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
isa Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
pci
Makefile