summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_page.h
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2011-05-10 21:38:05 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2011-05-10 21:38:05 +0000
commit2c12eefb2876e0c05a397f3bba92fc865bb0624d (patch)
treed448cac1128201e518e3fe6062b8fd6fd86facd2 /sys/uvm/uvm_page.h
parent1cce1de89bbb0cc0aa739ec693183d438e2ef7f5 (diff)
Kill vm_page_lookup_freelist.
it belongs to a world order that isn't here anymore. More importantly it has been unused for a fair while now. ok thib@
Diffstat (limited to 'sys/uvm/uvm_page.h')
-rw-r--r--sys/uvm/uvm_page.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/uvm/uvm_page.h b/sys/uvm/uvm_page.h
index f936882425b..d3f5f0f7269 100644
--- a/sys/uvm/uvm_page.h
+++ b/sys/uvm/uvm_page.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_page.h,v 1.46 2011/05/07 15:27:01 oga Exp $ */
+/* $OpenBSD: uvm_page.h,v 1.47 2011/05/10 21:38:04 oga Exp $ */
/* $NetBSD: uvm_page.h,v 1.19 2000/12/28 08:24:55 chs Exp $ */
/*
@@ -256,8 +256,6 @@ void uvm_pagealloc_pg(struct vm_page *, struct uvm_object *,
struct uvm_constraint_range; /* XXX move to uvm_extern.h? */
psize_t uvm_pagecount(struct uvm_constraint_range*);
-int uvm_page_lookup_freelist(struct vm_page *);
-
#if VM_PHYSSEG_MAX == 1
/*
* Inline functions for archs like the vax where function calls are expensive.