From 73914ffd89164ae4922dd6a502c2fceec721ea17 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 6 Aug 2004 22:39:15 +0000 Subject: rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs on all other architectures. remove last architecture dependent #ifdef from uvm code. --- sys/arch/amd64/include/pmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/amd64/include/pmap.h') diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h index 864a493abb2..fc40806932b 100644 --- a/sys/arch/amd64/include/pmap.h +++ b/sys/arch/amd64/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.4 2004/07/19 15:09:05 art Exp $ */ +/* $OpenBSD: pmap.h,v 1.5 2004/08/06 22:39:12 deraadt Exp $ */ /* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */ /* @@ -425,6 +425,7 @@ extern pd_entry_t *pdes[]; #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 */ /* -- cgit v1.2.3