page_alloc.c:121! error more information

User & (breno_silva@beta.bandnet.com.br)
Fri, 7 Feb 2003 17:04:47 -0300


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/