summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
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/mips64/include
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/mips64/include')
-rw-r--r--sys/arch/mips64/include/pmap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/pmap.h b/sys/arch/mips64/include/pmap.h
index d25cac2dbdc..1b7d8984070 100644
--- a/sys/arch/mips64/include/pmap.h
+++ b/sys/arch/mips64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.1 2004/08/06 20:56:02 pefo Exp $ */
+/* $OpenBSD: pmap.h,v 1.2 2004/08/06 22:39:13 deraadt Exp $ */
/*
* Copyright (c) 1987 Carnegie-Mellon University
@@ -118,7 +118,8 @@ int pmap_is_pa_mapped(vaddr_t);
vaddr_t pmap_pa_to_va(paddr_t);
void pmap_page_cache(vaddr_t, int);
-#define pmap_proc_iflush(p,va,len) /* nothing yet (handled in trap now) */
+#define pmap_proc_iflush(p,va,len) /* nothing yet (handled in trap now) */
+#define pmap_unuse_final(p) /* nothing yet */
void pmap_kenter_cache(vaddr_t va, paddr_t pa, vm_prot_t prot, int cache);