I accidently broke the build with some work-in-progress changes, this should fix it for now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20249 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-02-28 11:04:55 +00:00
parent c210cfeb9a
commit 5cd229a5a1
+2 -2
View File
@@ -714,8 +714,8 @@ vm_page_init(kernel_args *args)
sPages[i].type = PAGE_TYPE_PHYSICAL; sPages[i].type = PAGE_TYPE_PHYSICAL;
sPages[i].state = PAGE_STATE_FREE; sPages[i].state = PAGE_STATE_FREE;
sPages[i].ref_count = 0; sPages[i].ref_count = 0;
sPages[i].wired_count = 0; //sPages[i].wired_count = 0;
sPages[i].usage_count = 0; //sPages[i].usage_count = 0;
enqueue_page(&page_free_queue, &sPages[i]); enqueue_page(&page_free_queue, &sPages[i]);
} }