aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Allow the MD backend to provide an alternative toPeter Wemm2003-11-201-0/+2
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storageJulian Elischer2002-12-101-0/+1
* Whitespace and style fixes.John Baldwin2002-08-201-12/+15
* Embed a struct vmmeter in the per-cpu structure and add a macro,Matthew Dillon2002-04-041-0/+17
* Document that MD pcpu fields are defined in PCPU_MD_FIELDS inJohn Baldwin2002-03-201-1/+2
* revert last commit temporarily due to whining on the lists.Matthew Dillon2002-02-261-4/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remainMatthew Dillon2002-02-261-0/+4
* Convert p->p_runtime and PCPU(switchtime) to bintime format.Poul-Henning Kamp2002-02-221-1/+1
* Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid.Peter Wemm2002-01-051-1/+2
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-4/+47
* - Split out the support for per-CPU data from the SMP code. UP kernelsJohn Baldwin2001-05-101-0/+50