summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/globals.h
Commit message (Expand)AuthorAgeFilesLines
* Implement optimized PCPU accessors. These are necessary to support ajake2001-01-211-15/+90
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-111-24/+0
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-061-149/+45
* Use %fs to access per-cpu variables in uni-processor kernels the samejake2001-01-061-5/+2
* Declare the 'witness_spin_check' properly as a per-CPU variable in thejhb2000-11-151-0/+1
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-271-4/+10
* Move bogus proc reference stuff into <machine/globals.h>. There is nomjacob2000-10-231-0/+5
* Get rid of the last traces of ACTUALLY_LKM_NOT_KERNELphk2000-10-231-1/+1
* Moved the declaration of astpending to the correct place.bde2000-10-121-1/+5
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-2/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-4/+38
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Unifdef VM86.jlemon1999-06-011-5/+1
* Unbreak VESA on SMP.luoqi1999-05-121-1/+3
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-0/+147
OpenPOWER on IntegriCloud