From: Hiroyuki KAMEZAWA <kamezawa.hiroyu@jp.fujitsu.com>
To: Andrew Morton <akpm@osdl.org>
Cc: davidm@hpl.hp.com, akepner@sgi.com, linux-kernel@vger.kernel.org,
linux-ia64@vger.kernel.org, jbarnes@sgi.com
Subject: Re: bug in 2.6.9-rc4-mm1 ia64/mm/init.c
Date: Thu, 14 Oct 2004 13:49:40 +0900 [thread overview]
Message-ID: <416E0564.9030002@jp.fujitsu.com> (raw)
In-Reply-To: <416CEF0E.1060406@jp.fujitsu.com>
Hi Andrew
this patch removes problematic GRANULEROUNDDOWN/GRANULEROUNDUP lines
from 2.6.9-rc4-mm1, arch/ia64m/mm/init.c.
I think aligning memmap patch should be removed now,
and be discussed when it really looks necessary.
Thanks.
Kame <kamezawa.hiroyu@jp.fujitsu.com>
---
linux-2.6.9-rc4-mm1-kamezawa/arch/ia64/mm/init.c | 2 --
1 files changed, 2 deletions(-)
diff -puN arch/ia64/mm/init.c~ia64_bugfix arch/ia64/mm/init.c
--- linux-2.6.9-rc4-mm1/arch/ia64/mm/init.c~ia64_bugfix 2004-10-14 07:26:04.283256397 +0900
+++ linux-2.6.9-rc4-mm1-kamezawa/arch/ia64/mm/init.c 2004-10-14 07:26:23.644584285 +0900
@@ -410,8 +410,6 @@ virtual_memmap_init (u64 start, u64 end,
struct page *map_start, *map_end;
args = (struct memmap_init_callback_data *) arg;
- start = GRANULEROUNDDOWN(start);
- end = GRANULEROUNDUP(end);
map_start = vmem_map + (__pa(start) >> PAGE_SHIFT);
map_end = vmem_map + (__pa(end) >> PAGE_SHIFT);
_
prev parent reply other threads:[~2004-10-14 4:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-13 0:21 bug in 2.6.9-rc4-mm1 ia64/mm/init.c akepner
2004-10-13 1:24 ` Hiroyuki KAMEZAWA
2004-10-13 1:46 ` Hiroyuki KAMEZAWA
2004-10-13 8:04 ` David Mosberger
2004-10-13 8:44 ` Hiroyuki KAMEZAWA
2004-10-13 8:42 ` David Mosberger
2004-10-13 9:02 ` Hiroyuki KAMEZAWA
2004-10-14 4:49 ` Hiroyuki KAMEZAWA [this message]
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=416E0564.9030002@jp.fujitsu.com \
--to=kamezawa.hiroyu@jp.fujitsu.com \
--cc=akepner@sgi.com \
--cc=akpm@osdl.org \
--cc=davidm@hpl.hp.com \
--cc=jbarnes@sgi.com \
--cc=linux-ia64@vger.kernel.org \
--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