summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Commit of stuff that's been sitting in my tree for a while.benno2002-04-291-1/+4
* Overhaul the per-CPU support a bit:jhb2001-12-111-35/+12
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.jhb2001-11-141-1/+0
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-181-10/+10
* - Fix a missed idleproc -> idlethread conversion.jhb2001-09-181-2/+1
* KSE Milestone 2julian2001-09-121-9/+10
* style(9) and make consistent across platformsobrien2001-08-161-14/+13
* Axe unused and invalid astpending globaldata member.jhb2001-08-041-1/+0
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-161-4/+6
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-7/+0
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-281-1/+1
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-101-1/+0
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-241-4/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+0
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-121-1/+0
* Store in globaldata our CPU ID#. Provide a lock for panics - only onemjacob2000-12-091-0/+1
* Add the 'witness_spin_check' per-CPU variable.jhb2000-11-151-0/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+79
OpenPOWER on IntegriCloud