summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/uio_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-111-1/+1
* Include sys/systm.h after sys/param.h.ae2013-07-151-1/+1
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-3/+0
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-0/+135
* This file was repocopied to src/sys/powerpc/aim, where it willmarcel2007-12-141-124/+0
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-1/+1
* Fix gdb issue where the i-cache was not being updated when a breakpointgrehan2006-12-051-1/+5
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove checks for curthread == NULL - it can't happen.tjr2004-06-031-5/+3
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidtjr2004-06-031-9/+4
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Add an implementation of uiomove_fromphys() for PowerPC. Thisalc2004-03-231-0/+131
OpenPOWER on IntegriCloud