"Improved" a commentary.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8847 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -500,7 +500,7 @@ vm_page_allocate_page(int page_state)
|
|||||||
// secondary queue
|
// secondary queue
|
||||||
p = dequeue_page(q_other);
|
p = dequeue_page(q_other);
|
||||||
if (p == NULL) {
|
if (p == NULL) {
|
||||||
// XXX hmm
|
// ToDo: issue "someone" to free up some pages for us, and go into wait state until that's done
|
||||||
panic("vm_allocate_page: out of memory! page state = %d\n", page_state);
|
panic("vm_allocate_page: out of memory! page state = %d\n", page_state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user