summaryrefslogtreecommitdiff
path: root/vm/vm_object.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_object.c')
-rw-r--r--vm/vm_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_object.c b/vm/vm_object.c
index f1017086..e21ce140 100644
--- a/vm/vm_object.c
+++ b/vm/vm_object.c
@@ -283,6 +283,7 @@ void vm_object_bootstrap(void)
* permanent object becomes ready */
vm_object_template.use_shared_copy = FALSE;
vm_object_template.shadowed = FALSE;
+ vm_object_template.advice = VM_ADVICE_DEFAULT;
vm_object_template.absent_count = 0;
vm_object_template.all_wanted = 0; /* all bits FALSE */