summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2011-07-03 17:42:52 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2011-07-03 17:42:52 +0000
commitf27e887b0c650c96e4cf8e2d523e216413c6638c (patch)
tree3eb63753623aaf9eddc23624dce3d4abf4f9ba97 /sys/uvm
parent5f415969804fba14787bbeaa4cd1986ad29f505e (diff)
The UVM_STRAT defines have been unused since pmemrange was commited.
They may die now. ``kill it'' thib@
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_extern.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/uvm/uvm_extern.h b/sys/uvm/uvm_extern.h
index dc09c4d6708..0b852d2d223 100644
--- a/sys/uvm/uvm_extern.h
+++ b/sys/uvm/uvm_extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_extern.h,v 1.99 2011/06/23 21:42:05 ariane Exp $ */
+/* $OpenBSD: uvm_extern.h,v 1.100 2011/07/03 17:42:51 oga Exp $ */
/* $NetBSD: uvm_extern.h,v 1.57 2001/03/09 01:02:12 chs Exp $ */
/*
@@ -209,13 +209,6 @@ typedef int vm_prot_t;
#define UVM_KMF_TRYLOCK UVM_FLAG_TRYLOCK /* try locking only */
/*
- * the following defines the strategies for uvm_pagealloc()
- */
-#define UVM_PGA_STRAT_NORMAL 0 /* high -> low free list walk */
-#define UVM_PGA_STRAT_ONLY 1 /* only specified free list */
-#define UVM_PGA_STRAT_FALLBACK 2 /* ONLY falls back on NORMAL */
-
-/*
* flags for uvm_pagealloc()
*/
#define UVM_PGA_USERESERVE 0x0001 /* ok to use reserve pages */