From: "User &" <breno_silva@beta.bandnet.com.br>
To: linux-kernel@vger.kernel.org
Subject: page_alloc.c:121! error more information
Date: Fri, 7 Feb 2003 17:04:47 -0300 [thread overview]
Message-ID: <20030207200447.M93268@beta.bandnet.com.br> (raw)
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
reply other threads:[~2003-02-07 19:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030207200447.M93268@beta.bandnet.com.br \
--to=breno_silva@beta.bandnet.com.br \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®