aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Presently there is only one `currentldt' variable for all cpusMike Smith1998-08-181-1/+4
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-1/+2
* Change simple lock handling to not depend upon having a local apicTor Egge1998-05-171-2/+2
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.Tor Egge1998-05-171-6/+8
* Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_trPeter Wemm1998-04-061-5/+2
* A pair of C structures used for laying out the SMP per-cpu data space.Peter Wemm1998-04-061-0/+101