lkml.org 
[lkml]   [2003]   [Feb]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjectpage_alloc.c:121! error more information
Date
I did some changes in page_alloc.c

crit_free(struct page *page,unsigned int order)
{
zone_t *zone;
unsigned long free,low;

zone = page_zone(page);
free = zone->free_pages;
low = zone->pages_low;

if((free = low))
__free_pages(page,order)

return page;
}

I called this in onde part of page_alloc.c and during boot i received that
error.

What can be wrong ?
Thanks
Breno

----------------------
WebMail Bandnet.com.br

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.023 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site