freebsd-skq/sys/powerpc/powerpc
alc a618275b13 Modify pmap_enter_quick() so that it expects the page queues to be locked
on entry and it assumes the responsibility for releasing the page queues
lock if it must sleep.

Remove a bogus comment from pmap_enter_quick().

Using the first change, modify vm_map_pmap_enter() so that the page queues
lock is acquired and released once, rather than each time that a page
is mapped.
2004-12-23 20:16:11 +00:00
..
atomic.S
autoconf.c
bcopy.c Remove advertising clause from University of California Regent's 2004-04-07 05:00:01 +00:00
busdma_machdep.c Fix a problem with tag->boundary inheritence that has existed since day one 2004-09-08 04:54:19 +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
copystr.c
cpu.c Disable branch-target instruction cache on MPC7457 as outlined 2004-02-09 07:04:01 +00:00
critical.c Clean up header files, which fixes compile warning. 2004-02-11 10:49:30 +00:00
db_disasm.c
db_hwwatch.c
db_interface.c Make sure icache is sync'd whenever memory is touched. It may 2004-07-27 07:04:58 +00:00
db_memrw.c Cleaned up param.h: 2004-02-11 07:27:34 +00:00
db_trace.c Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
elf_machdep.c Add __elfN(dump_thread). This function is called from __elfN(coredump) 2004-08-11 02:35:06 +00:00
extintr.c
fpu.c Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
fuswintr.c
genassym.c user.h is included only to get pcb.h, so use the latter directly instead. 2004-11-20 02:28:14 +00:00
in_cksum.c
interrupt.c
intr_machdep.c Implement preemption of kernel threads natively in the scheduler rather 2004-07-02 20:21:44 +00:00
locore.S Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
machdep.c Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
mem.c Add /dev/mem and /dev/kmem to powerpc. 2004-08-16 13:07:40 +00:00
mmu_oea.c Modify pmap_enter_quick() so that it expects the page queues to be locked 2004-12-23 20:16:11 +00:00
mp_machdep.c Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
nexus.c Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
ofw_machdep.c Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
ofwmagic.S Instead of "OpenFirmware", "openfirmware", etc. use the official spelling 2004-08-16 15:45:27 +00:00
openpic.c - Use the rman_get_* functions instead of reaching into struct resource. 2004-08-11 21:09:40 +00:00
pic_if.m
pmap.c Modify pmap_enter_quick() so that it expects the page queues to be locked 2004-12-23 20:16:11 +00:00
sc_machdep.c A syscons implementation using the 8-bit framebuffer set up by 2004-01-21 05:16:23 +00:00
setjmp.S
sigcode.S
suswintr.c Fix compile warning 2004-02-11 07:48:19 +00:00
swtch.S Update the callframe structure to leave space for the frame pointer 2004-07-22 01:28:51 +00:00
syncicache.c
sys_machdep.c
trap_subr.S Save DAR/DSISR in DDB regsave area when stack overflow detected. It's 2004-07-27 03:46:34 +00:00
trap.c Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +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 Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00