summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_object.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>1999-08-01 06:05:09 +0000
committeralc <alc@FreeBSD.org>1999-08-01 06:05:09 +0000
commit33da09bf48e594f4f9734da60181acb8ed7c0cd5 (patch)
tree88788c7d46d119c494704045a78e93d4fb700784 /sys/vm/vm_object.c
parent319a1b1319cc5fec318be743854f484bc984b132 (diff)
downloadFreeBSD-src-33da09bf48e594f4f9734da60181acb8ed7c0cd5.zip
FreeBSD-src-33da09bf48e594f4f9734da60181acb8ed7c0cd5.tar.gz
Move the memory access behavior information provided by madvise
from the vm_object to the vm_map. Submitted by: dillon
Diffstat (limited to 'sys/vm/vm_object.c')
-rw-r--r--sys/vm/vm_object.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index 2df7e2a..22682b7 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_object.c,v 1.159 1999/07/11 18:30:32 alc Exp $
+ * $Id: vm_object.c,v 1.160 1999/07/16 05:11:36 alc Exp $
*/
/*
@@ -154,7 +154,6 @@ _vm_object_allocate(type, size, object)
object->flags = 0;
if ((object->type == OBJT_DEFAULT) || (object->type == OBJT_SWAP))
vm_object_set_flag(object, OBJ_ONEMAPPING);
- object->behavior = OBJ_NORMAL;
object->paging_in_progress = 0;
object->resident_page_count = 0;
object->shadow_count = 0;
OpenPOWER on IntegriCloud