page_alloc.c:121! error more information

From: User & (breno_silva@beta.bandnet.com.br)
Date: Fri Feb 07 2003 - 15:04:47 EST


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/



This archive was generated by hypermail 2b29 : Fri Feb 07 2003 - 22:00:24 EST