Fix ifdef, should be DEBUG_PAGE_QUEUE there.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28009 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-10-12 21:35:49 +00:00
parent 33fa38c894
commit feec0dd969
1 changed files with 1 additions and 1 deletions

View File

@ -1880,7 +1880,7 @@ vm_page_allocate_page(int pageState, bool reserved)
if (reserved || sReservedPages < free_page_queue_count()) {
page = dequeue_page(queue);
if (page == NULL) {
#ifdef DEBUG
#ifdef DEBUG_PAGE_QUEUE
if (queue->count != 0)
panic("queue %p corrupted, count = %d\n", queue, queue->count);
#endif