summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-06 22:39:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-06 22:39:15 +0000
commit73914ffd89164ae4922dd6a502c2fceec721ea17 (patch)
tree3ee93e2f122ad8b61ff6cdacc8c317d4e7dd98b9 /sys/arch/sparc64
parent339361111fbb7c45f818e96281d2f887724981db (diff)
rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs
on all other architectures. remove last architecture dependent #ifdef from uvm code.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sparc64/include/pmap.h b/sys/arch/sparc64/include/pmap.h
index b40e7ce2c13..977209d6ff7 100644
--- a/sys/arch/sparc64/include/pmap.h
+++ b/sys/arch/sparc64/include/pmap.h
@@ -164,6 +164,7 @@ int pmap_count_res(pmap_t pmap);
#define pmap_update(pm) /* nothing (yet) */
#define pmap_proc_iflush(p,va,len) /* nothing */
+#define pmap_unuse_final(p) /* nothing */
void pmap_bootstrap(u_long kernelstart, u_long kernelend, u_int numctx);
/* make sure all page mappings are modulo 16K to prevent d$ aliasing */