From: Dave Hansen <haveblue@us.ibm.com>
To: akpm@osdl.org
Cc: michal.k.k.piotrowski@gmail.com, linux-kernel@vger.kernel.org,
Dave Hansen <haveblue@us.ibm.com>
Subject: [PATCH] i386: fix broken highmem
Date: Fri, 09 Sep 2005 08:26:27 -0700 [thread overview]
Message-ID: <20050909152627.8899F624@kernel.beaverton.ibm.com> (raw)
This is in response to:
Subject: Re: 2.6.13-mm2 high memory support borken?
This should fix it. It was simply missing the call to free_new_highpage.
Signed-off-by: Dave Hansen <haveblue@us.ibm.com>
---
memhotplug-dave/arch/i386/mm/init.c | 1 +
1 files changed, 1 insertion(+)
diff -puN arch/i386/mm/init.c~highmem-debug arch/i386/mm/init.c
--- memhotplug/arch/i386/mm/init.c~highmem-debug 2005-09-09 08:22:30.000000000 -0700
+++ memhotplug-dave/arch/i386/mm/init.c 2005-09-09 08:22:30.000000000 -0700
@@ -278,6 +278,7 @@ void __init add_one_highpage_init(struct
{
if (page_is_ram(pfn) && !(bad_ppro && page_kills_ppro(pfn))) {
ClearPageReserved(page);
+ free_new_highpage(page);
} else
SetPageReserved(page);
}
_
reply other threads:[~2005-09-09 15:26 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=20050909152627.8899F624@kernel.beaverton.ibm.com \
--to=haveblue@us.ibm.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
/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®