summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-01-21 09:38:20 +0000
committerdillon <dillon@FreeBSD.org>1999-01-21 09:38:20 +0000
commit8716ba454308d1096f27733ee43f086398353599 (patch)
tree2d483d4c8a13e4aaf0cf24df2247519fcae9cafd /sys/vm/vm_kern.c
parentf89474ca7b1daa8636ef48dd6c0e96c72e67cd7b (diff)
downloadFreeBSD-src-8716ba454308d1096f27733ee43f086398353599.zip
FreeBSD-src-8716ba454308d1096f27733ee43f086398353599.tar.gz
Potential bug fix, do not just clear PG_BUSY... call vm_page_wakeup()
instead to properly handle any waiters. Added comments, added support for M_ASLEEP. Generally treat M_ flags as flags instead of constants to compare against.
Diffstat (limited to 'sys/vm/vm_kern.c')
-rw-r--r--sys/vm/vm_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c
index b2e1102..6f3b412 100644
--- a/sys/vm/vm_kern.c
+++ b/sys/vm/vm_kern.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_kern.c,v 1.50 1998/09/04 08:06:57 dfr Exp $
+ * $Id: vm_kern.c,v 1.51 1999/01/21 08:29:10 dillon Exp $
*/
/*
OpenPOWER on IntegriCloud