aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-06-22 16:04:22 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-06-22 16:04:22 +0000
commitb3196e4b9f0b6d9ac2ed948ebc4cee022dca05e3 (patch)
tree662dc77d5624d405145083ce228795684811908a /release
parent3b18caba296661ff70df27bff6445b7147404468 (diff)
downloadsrc-b3196e4b9f0b6d9ac2ed948ebc4cee022dca05e3.tar.gz
src-b3196e4b9f0b6d9ac2ed948ebc4cee022dca05e3.zip
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
Notes
Notes: svn path=/head/; revision=26812
Diffstat (limited to 'release')
0 files changed, 0 insertions, 0 deletions