freebsd-dev/sys/i386/conf
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
..
devices.i386 Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
files.i386 Move interrupt handling code from isa.c to a new file. This should make 1997-06-02 08:19:06 +00:00
GENERIC YAMF22 - XSERVER comment changes. 1997-06-06 12:24:43 +00:00
LINT Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
majors.i386 Add char#80 xdcp, assigned to Chris Ficklin <chris@serengeti.com> 1997-03-10 20:25:45 +00:00
Makefile.i386 Revert previous change, use "compile-with" in files.i386 instead. 1997-05-31 17:59:56 +00:00
NOTES Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
options.i386 Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00
SMP-GENERIC Preliminary support for per-cpu data pages. 1997-06-22 16:04:22 +00:00