summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_map.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-01-21 09:40:48 +0000
committerdillon <dillon@FreeBSD.org>1999-01-21 09:40:48 +0000
commitbb85a38effffa2c5021d5a19b7fcd5ea05d22963 (patch)
tree1f7e7608ae7ef3ba6c088c97dfbce9fc69020b51 /sys/vm/vm_map.c
parent8716ba454308d1096f27733ee43f086398353599 (diff)
downloadFreeBSD-src-bb85a38effffa2c5021d5a19b7fcd5ea05d22963.zip
FreeBSD-src-bb85a38effffa2c5021d5a19b7fcd5ea05d22963.tar.gz
General cleanup related to the new pager. We no longer have to worry
about conversions of objects to OBJT_SWAP, it is done automatically now. Replaced manually inserted code with inline calls for busy waiting on pages, which also incidently fixes a potential PG_BUSY race due to the code not running at splvm(). vm_objects no longer have a paging_offset field ( see vm/vm_object.c )
Diffstat (limited to 'sys/vm/vm_map.c')
-rw-r--r--sys/vm/vm_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c
index f495788..6878dd3 100644
--- a/sys/vm/vm_map.c
+++ b/sys/vm/vm_map.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_map.c,v 1.139 1999/01/06 23:05:41 julian Exp $
+ * $Id: vm_map.c,v 1.140 1999/01/21 08:29:10 dillon Exp $
*/
/*
OpenPOWER on IntegriCloud