freebsd-dev/sys/powerpc/aim
Alan Cox 7ffcf9ec77 o Don't set PG_MAPPED or PG_WRITEABLE when a page is mapped
using pmap_kenter() or pmap_qenter().
 o Use VM_ALLOC_WIRED in pmap_new_thread().
2002-08-05 00:04:18 +00:00
..
clock.c
copyinout.c
interrupt.c
locore.S - Make sure we don't trample our metadata pointer in our initial bootstrap. 2002-07-10 12:16:48 +00:00
machdep.c Add DDB support. 2002-07-10 12:21:54 +00:00
mmu_oea.c o Don't set PG_MAPPED or PG_WRITEABLE when a page is mapped 2002-08-05 00:04:18 +00:00
nexus.c Remove some diagnostic code that snuck in. 2002-07-10 09:48:43 +00:00
ofw_machdep.c
ofwmagic.S
swtch.S Set the thread state of the newly chosen to run thread to TDS_RUNNING in 2002-07-12 18:34:22 +00:00
trap_subr.S
trap.c Add additional cred_free_thread() calls that I had missed the first time. 2002-07-13 04:36:50 +00:00
vm_machdep.c