freebsd-dev/sys/powerpc/aim
Alan Cox 3d2e54c317 Push down the acquisition and release of the page queues lock into
pmap_protect() and pmap_remove().  In general, they require the lock in
order to modify a page's pv list or flags.  In some cases, however,
pmap_protect() can avoid acquiring the lock.
2004-07-15 18:00:43 +00:00
..
clock.c - fix compile warnings 2004-02-11 08:07:19 +00:00
copyinout.c Kernel changes for libthr (and probably libpthread). 2004-03-02 06:13:09 +00:00
interrupt.c Be more conservative about re-enabling interrupts during trap processing 2003-01-08 12:20:46 +00:00
locore.S No need for ddb option. Never a need for ipkdb option. 2004-07-12 22:22:53 +00:00
machdep.c Add ptrace_clear_single_step(), alpha already has it for years, the function 2004-07-13 07:22:56 +00:00
mmu_oea.c Push down the acquisition and release of the page queues lock into 2004-07-15 18:00:43 +00:00
nexus.c Catchup to now-required <sys/module.h> for PowerPC 2004-06-25 13:42:48 +00:00
ofw_machdep.c - removed obsolete ppc_exit/ppc_boot functions 2003-12-10 08:55:53 +00:00
ofwmagic.S Things run thru the C preprocessor must use C-style comments. 2003-05-05 10:01:10 +00:00
swtch.S Update powerpc to use the (old thread,new thread) calling convention 2003-08-14 03:56:24 +00:00
trap_subr.S Rename low-level code ddb -> db. Use KDB instead of DDB. 2004-07-12 22:32:08 +00:00
trap.c Bring into KDB new order. 2004-07-12 22:26:20 +00:00
uio_machdep.c Remove checks for curthread == NULL - it can't happen. 2004-06-03 10:22:47 +00:00
uma_machdep.c Add sysctl hw.uma_mdpages to track how many pages have been allocated 2004-02-11 04:42:48 +00:00
vm_machdep.c Retire cpu_sched_exit(); it is not used any more. 2004-05-26 12:09:39 +00:00