* page_alloc.c:121! error more information
@ 2003-02-07 20:04 User &
0 siblings, 0 replies; only message in thread
From: User & @ 2003-02-07 20:04 UTC (permalink / raw)
To: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-02-07 19:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-07 20:04 page_alloc.c:121! error more information User &
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®