summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_aobj.h
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-07-22 21:05:38 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-07-22 21:05:38 +0000
commit507033cedbc4148bb3b909524dfb32de4c3193b4 (patch)
tree3d5a3f6000b05832961b7d8f948faeb41c1c39c6 /sys/uvm/uvm_aobj.h
parentefd6f207b9899daa311ce5273c5bc3a538f7a67b (diff)
Put the PG_RELEASED changes diff back in.
This has has been tested very very thoroughly on all archs we have excepting 88k and 68k. Please see cvs log for the individual commit messages. ok beck@, thib@
Diffstat (limited to 'sys/uvm/uvm_aobj.h')
-rw-r--r--sys/uvm/uvm_aobj.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/uvm/uvm_aobj.h b/sys/uvm/uvm_aobj.h
index c567a181473..27645df5b9b 100644
--- a/sys/uvm/uvm_aobj.h
+++ b/sys/uvm/uvm_aobj.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_aobj.h,v 1.11 2009/06/16 23:54:57 oga Exp $ */
+/* $OpenBSD: uvm_aobj.h,v 1.12 2009/07/22 21:05:37 oga Exp $ */
/* $NetBSD: uvm_aobj.h,v 1.10 2000/01/11 06:57:49 chs Exp $ */
/*
@@ -55,8 +55,6 @@
#define UAO_FLAG_KERNSWAP 0x2 /* enable kernel swap */
/* internal flags */
-#define UAO_FLAG_KILLME 0x4 /* aobj should die when last released
- * page is no longer PG_BUSY ... */
#define UAO_FLAG_NOSWAP 0x8 /* aobj can't swap (kernel obj only!) */
#ifdef _KERNEL