"Improved" a commentary.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8847 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-09-04 17:36:50 +00:00
parent b8d0a6779d
commit c66a5d50b7
+1 -1
View File
@@ -500,7 +500,7 @@ vm_page_allocate_page(int page_state)
// secondary queue
p = dequeue_page(q_other);
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);
}
}