summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_pmap.h
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2019-12-08 05:22:45 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2019-12-08 05:22:45 +0000
commitd579e03d713f44b063f926623346dcb8461ddf53 (patch)
tree494129274cedd34ef5d64f2eb2e852bc7eeb5ee4 /sys/uvm/uvm_pmap.h
parent69435a08336c1e465df0a7e105e263777a3c9d5a (diff)
Remove an unnecessary #ifndef PMAP_EXCLUDE_DECLS. It was last utilized
by sparc pmap. OK mpi@ guenther@ kettenis@
Diffstat (limited to 'sys/uvm/uvm_pmap.h')
-rw-r--r--sys/uvm/uvm_pmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/uvm/uvm_pmap.h b/sys/uvm/uvm_pmap.h
index dd071ddbfac..06de404d36e 100644
--- a/sys/uvm/uvm_pmap.h
+++ b/sys/uvm/uvm_pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pmap.h,v 1.28 2018/10/31 08:50:25 kettenis Exp $ */
+/* $OpenBSD: uvm_pmap.h,v 1.29 2019/12/08 05:22:44 visa Exp $ */
/* $NetBSD: uvm_pmap.h,v 1.1 2000/06/27 09:00:14 mrg Exp $ */
/*
@@ -101,7 +101,6 @@ typedef struct pmap_statistics *pmap_statistics_t;
#define PMAP_WC 0
#endif
-#ifndef PMAP_EXCLUDE_DECLS /* Used in Sparc port to virtualize pmap mod */
#ifdef _KERNEL
__BEGIN_DECLS
#ifndef pmap_activate
@@ -184,6 +183,5 @@ vaddr_t pmap_steal_memory(vsize_t, vaddr_t *, vaddr_t *);
__END_DECLS
#endif /* kernel*/
-#endif /* PMAP_EXCLUDE_DECLS */
#endif /* _PMAP_VM_ */