summaryrefslogtreecommitdiff
path: root/vm/vm_phys.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-06-13 10:23:07 +0200
committerRichard Braun <rbraun@sceen.net>2013-07-06 19:02:10 +0200
commit738d08d5e306e67ba443763fd648a393a48c55d4 (patch)
treea5e1b6acd666d3ea0bb2ff5bc0725e50f69076f0 /vm/vm_phys.c
parent48374912a30ae97b725ec99499b8f3ca683b6f8a (diff)
vm/vm_map: fix map entry merging
Diffstat (limited to 'vm/vm_phys.c')
-rw-r--r--vm/vm_phys.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm/vm_phys.c b/vm/vm_phys.c
index 1cfc2290..3f8f8d41 100644
--- a/vm/vm_phys.c
+++ b/vm/vm_phys.c
@@ -154,8 +154,9 @@ vm_phys_init_page(struct vm_page *page, unsigned short seg_index,
{
page->seg_index = seg_index;
page->order = order;
+ page->object = NULL;
+ page->offset = 0;
page->phys_addr = pa;
- page->slab_priv = NULL;
}
static void __init