aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/cpufunc.h
Commit message (Expand)AuthorAgeFilesLines
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEPeter Grehan2004-08-071-1/+1
* DDB -> KDB, and rename low-level trap handler to avoid name conflict.Peter Grehan2004-07-121-4/+4
* Make breakpoint() actually break into ddb.Andrew Gallatin2003-12-091-5/+6
* Doh. Forgot to remove _KERNEL version.Peter Grehan2003-02-231-7/+0
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,Peter Grehan2003-02-221-0/+10
* Add an inline function wrapper for the mfpvf (Move From Processor VersionBenno Rice2003-02-051-0/+10
* Fix clearing of recoverable exception MSR bit when disablingPeter Grehan2002-09-191-1/+1
* Add an inline to call eieio.Benno Rice2002-06-291-0/+7
* Add inlines for mtsrin and mfsrin.Benno Rice2002-04-161-0/+17
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()Matthew Dillon2002-04-011-6/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-271-22/+7
* - Make all inlines for manipulating supervisor-level registers accept/returnBenno Rice2002-03-211-6/+13
* GC some unused, bogus interrupt functions and replace them with properBenno Rice2002-03-211-20/+6
* - When enabling/disabling interrupts, set/clear both PSL_EE and PSL_RI, notBenno Rice2002-02-281-5/+12
* Simple fixes to get the powerpc kernel compiling again.Andrew Gallatin2002-01-281-1/+1
* Modify the critical section API as follows:John Baldwin2001-12-181-2/+4
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-3/+3
* Minor style(9)'ingDavid E. O'Brien2001-08-161-2/+9
* Fix the atomic_*_32 operations. These were written before I had the abilityBenno Rice2001-06-271-30/+52
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) giveBenno Rice2001-06-161-0/+127