summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2018-09-30 18:46:09 +0000
committerguenther <guenther@openbsd.org>2018-09-30 18:46:09 +0000
commit247dae0587f80739edcb610b80f36a62051e5c13 (patch)
treec3c5b45d63df7b35a4bcda70695ec96ae9b1aa31
parentdeny non-contiguous netmask (diff)
downloadwireguard-openbsd-247dae0587f80739edcb610b80f36a62051e5c13.tar.xz
wireguard-openbsd-247dae0587f80739edcb610b80f36a62051e5c13.zip
Delete the reserve_dumppages() declaration, missed in its 2010 removal
ok deraadt@
-rw-r--r--sys/arch/amd64/include/pmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/pmap.h b/sys/arch/amd64/include/pmap.h
index 5a07779d334..f69af43e8eb 100644
--- a/sys/arch/amd64/include/pmap.h
+++ b/sys/arch/amd64/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.67 2018/04/20 07:27:54 mlarkin Exp $ */
+/* $OpenBSD: pmap.h,v 1.68 2018/09/30 18:46:09 guenther Exp $ */
/* $NetBSD: pmap.h,v 1.1 2003/04/26 18:39:46 fvdl Exp $ */
/*
@@ -379,8 +379,6 @@ void pmap_write_protect(struct pmap *, vaddr_t,
vaddr_t, vm_prot_t);
void pmap_fix_ept(struct pmap *, vaddr_t);
-vaddr_t reserve_dumppages(vaddr_t); /* XXX: not a pmap fn */
-
paddr_t pmap_prealloc_lowmem_ptps(paddr_t);
void pagezero(vaddr_t);