summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2018-09-30 18:46:10 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2018-09-30 18:46:10 +0000
commit5a357bcad680eab9c58bafaae27e30990b734a14 (patch)
tree214b0ea62e477f7bf6c7e59a7428aa3da6198f69 /sys/arch
parent3137244eb773aeb767ee117d219ac5efceb0c55b (diff)
Delete the reserve_dumppages() declaration, missed in its 2010 removal
ok deraadt@
Diffstat (limited to 'sys/arch')
-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);