NetBSD/sys/arch/hpcarm/hpcarm
chris 0e7661f023 Update pmap_update to now take the updated pmap as an argument.
This will allow improvements to the pmaps so that they can more easily defer expensive operations, eg tlb/cache flush, til the last possible moment.

Currently this is a no-op on most platforms, so they should see no difference.

Reviewed by Jason.
2001-09-10 21:19:08 +00:00
..
autoconf.c #include "sacom.h" for constab[]. 2001-09-09 08:07:36 +00:00
cpuswitch.S Use idle mode in process waiting idle loop. 2001-04-17 16:14:57 +00:00
exception.S
fault.c Fix typo (`information' has an 'r'). 2001-07-19 16:13:00 +00:00
fusu.S
genassym.cf Don't define pcb_* register macros. 2001-09-09 10:33:42 +00:00
hpc_machdep.c Don't assume KERNEL_TEXT_BASE >= 0xc0080000. 2001-08-02 14:42:08 +00:00
intr.c Define __HAVE_GENERIC_SOFT_INTERRUPTS, and nuke traditional softserial and 2001-06-20 02:34:26 +00:00
locore.S Move some low-level code (SVC mode switching and PID address translation 2001-06-01 14:04:29 +00:00
mem.c Update pmap_update to now take the updated pmap as an argument. 2001-09-10 21:19:08 +00:00
process_machdep.c bzero->memset, bcopy->memcpy 2001-07-07 06:29:13 +00:00
procfs_machdep.c
setcpsr.S
setstack.S
softintr.c Fix type for softintr handlers. 2001-06-20 02:21:58 +00:00
spl.S Abandon disabled_mask and spl_mask, and use only current_spl_level to 2001-05-14 16:19:30 +00:00
stubs.c Move _insque()/_remque() to libkern. Once remaining uses would 2001-08-12 08:35:31 +00:00