diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-06 22:39:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-06 22:39:15 +0000 |
commit | 73914ffd89164ae4922dd6a502c2fceec721ea17 (patch) | |
tree | 3ee93e2f122ad8b61ff6cdacc8c317d4e7dd98b9 /sys/arch/i386/include/pmap.h | |
parent | 339361111fbb7c45f818e96281d2f887724981db (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/i386/include/pmap.h')
-rw-r--r-- | sys/arch/i386/include/pmap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/pmap.h b/sys/arch/i386/include/pmap.h index a7089d958fd..218ba4a7b71 100644 --- a/sys/arch/i386/include/pmap.h +++ b/sys/arch/i386/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.35 2004/06/13 21:49:16 niklas Exp $ */ +/* $OpenBSD: pmap.h,v 1.36 2004/08/06 22:39:13 deraadt Exp $ */ /* $NetBSD: pmap.h,v 1.44 2000/04/24 17:18:18 thorpej Exp $ */ /* @@ -366,6 +366,7 @@ extern int pmap_pg_g; /* do we support PG_G? */ #define pmap_valid_entry(E) ((E) & PG_V) /* is PDE or PTE valid? */ #define pmap_proc_iflush(p,va,len) /* nothing */ +#define pmap_unuse_final(p) /* nothing */ /* |