aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Gratuitous namechange to avoid low-level association with ddb.Peter Grehan2004-07-121-1/+1
* Move temporary register save area from exception-vector memory toPeter Grehan2004-02-041-3/+15
* FPU support.Benno Rice2002-05-131-1/+2
* Commit of stuff that's been sitting in my tree for a while.Benno Rice2002-04-291-1/+4
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-35/+12
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.John Baldwin2001-11-141-1/+0
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itJohn Baldwin2001-09-181-10/+10
* - Fix a missed idleproc -> idlethread conversion.John Baldwin2001-09-181-2/+1
* KSE Milestone 2Julian Elischer2001-09-121-9/+10
* style(9) and make consistent across platformsDavid E. O'Brien2001-08-161-14/+13
* Axe unused and invalid astpending globaldata member.John Baldwin2001-08-041-1/+0
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) giveBenno Rice2001-06-161-4/+6
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-7/+0
* Rework the witness code to work with sx locks as well as mutexes.John Baldwin2001-03-281-1/+1
* - Make astpending and need_resched process attributes rather than CPUJohn Baldwin2001-02-101-1/+0
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.John Baldwin2001-01-241-4/+6
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-211-1/+0
* Remove unused per-cpu variables inside_intr and ss_eflags.Jake Burkholder2001-01-121-1/+0
* Store in globaldata our CPU ID#. Provide a lock for panics - only oneMatt Jacob2000-12-091-0/+1
* Add the 'witness_spin_check' per-CPU variable.John Baldwin2000-11-151-0/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+79