From: Robin Holt <holt@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: show_mem() for ia64 discontig takes a really long time on large systems.
Date: Thu, 13 Apr 2006 16:02:52 +0000 [thread overview]
Message-ID: <20060413160251.GA25701@lnx-holt.americas.sgi.com> (raw)
In-Reply-To: <20060328184315.GA8162@lnx-holt.americas.sgi.com>
On Wed, Apr 12, 2006 at 01:36:40PM -0400, Bob Picco wrote:
> Looks great and will work for VIRTUAL_MEM_MAP. It's too bad SPARSEMEM
> can't be used because this probably wouldn't be an issue.
>
> I think this will break SPARSEMEM. Perhaps it's time to create a new
> module with VIRTUAL_MEM_MAP specific code in it. Say like vmemmap.c.
> Lots of code in init.c and this new code could reside in this new
> module. Just a thought. You'll need a compile time optimized out feature for
> SPARSEMEM but for VIRTUAL_MEM_MAP a function call could be called.
Bob,
I forgot to address this concern. I do nothing with SPARSEMEM and am
not really sure where to dive in. What ia64 boxes use SPARSEMEM?
If I simply skip the doing anything to i in the SPARSEMEM case, would
that be sufficient? Essentially:
else {
#ifdef CONFIG_SPARSEMEM
i = find_next_valid_pfn_for_pgdat(pgdat, i) - 1;
#endif
continue;
}
Only done with the function definition above.
Thanks,
Robin
next prev parent reply other threads:[~2006-04-13 16:02 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-28 18:43 show_mem() for ia64 discontig takes a really long time on large systems Robin Holt
2006-03-28 19:16 ` show_mem() for ia64 discontig takes a really long time on Dave Hansen
2006-03-28 19:23 ` show_mem() for ia64 discontig takes a really long time on large systems Bob Picco
2006-03-28 19:34 ` show_mem() for ia64 discontig takes a really long time on Dave Hansen
2006-03-28 20:09 ` show_mem() for ia64 discontig takes a really long time on large systems Chen, Kenneth W
2006-03-28 20:56 ` Robin Holt
2006-03-28 21:00 ` Robin Holt
2006-03-29 0:18 ` show_mem() for ia64 discontig takes a really long time on large KAMEZAWA Hiroyuki
2006-03-30 17:29 ` show_mem() for ia64 discontig takes a really long time on large systems Jack Steiner
2006-03-30 17:48 ` Chen, Kenneth W
2006-03-30 18:18 ` Luck, Tony
2006-03-30 18:26 ` show_mem() for ia64 discontig takes a really long time on Dave Hansen
2006-03-30 18:28 ` show_mem() for ia64 discontig takes a really long time on large systems Luck, Tony
2006-03-30 18:34 ` show_mem() for ia64 discontig takes a really long time on Dave Hansen
2006-03-30 19:24 ` show_mem() for ia64 discontig takes a really long time on large systems Chen, Kenneth W
2006-04-12 7:18 ` Robin Holt
2006-04-12 17:22 ` Chen, Kenneth W
2006-04-12 17:36 ` Bob Picco
2006-04-13 3:02 ` Robin Holt
2006-04-13 16:02 ` Robin Holt [this message]
2006-04-13 16:15 ` Bob Picco
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=20060413160251.GA25701@lnx-holt.americas.sgi.com \
--to=holt@sgi.com \
--cc=linux-ia64@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