From: Christoph Lameter <clameter@sgi.com>
To: Mel Gorman <mel@skynet.ie>
Cc: Lee.Schermerhorn@hp.com, ak@suse.de,
linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [PATCH 3/4] Embed zone_id information within the zonelist->zones pointer
Date: Fri, 10 Aug 2007 10:37:02 -0700 (PDT) [thread overview]
Message-ID: <Pine.LNX.4.64.0708101035020.12758@schroedinger.engr.sgi.com> (raw)
In-Reply-To: <20070810104749.GA14300@skynet.ie>
On Fri, 10 Aug 2007, Mel Gorman wrote:
> On (09/08/07 18:44), Christoph Lameter didst pronounce:
> >
> > On Fri, 10 Aug 2007, Mel Gorman wrote:
> >
> > > > > +#if defined(CONFIG_SMP) && INTERNODE_CACHE_SHIFT > ZONES_SHIFT
> > > >
> > > > Is this necessary? ZONES_SHIFT is always <= 2 so it will work with
> > > > any pointer. Why disable this for UP?
> > > >
> > >
> > > Caution in case the number of zones increases. There was no guarantee of
> > > zone alignment. It's the same reason I have a BUG_ON in the encode
> > > function so that if we don't catch problems at compile-time, it'll go
> > > BANG in a nice predictable fashion.
> >
> > Caution would lead to a BUG_ON but why the #if? Why exclude UP?
>
> On x86_64 would have ZONE_DMA, ZONE_DMA32, ZONE_NORMAL, ZONE_HIGHMEM and
> ZONE_MOVABLE. On SMP, that's more than two bits worth and would fail t
> runtime. Well, it should at least I didn't actually try it out.
x86_64 does not support ZONE_HIGHMEM. The number of zones is
depending on SMP?
> However, I accept that the SMP check is less than than ideal. I considered
> comparing it against MAX_NR_ZONES but as it's an enum, it can't be checked
> at compile time. What else would make a better check?
You could do a BUILD_BUG_ON() instead?
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2007-08-10 17:37 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-09 21:06 [PATCH 0/4] Use one zonelist per node instead of multiple zonelists v3 Mel Gorman
2007-08-09 21:06 ` [PATCH 1/4] Use zonelists instead of zones when direct reclaiming pages Mel Gorman
2007-08-09 21:19 ` Christoph Lameter
2007-08-09 21:06 ` [PATCH 2/4] Use one zonelist that is filtered instead of multiple zonelists Mel Gorman
2007-08-09 21:27 ` Christoph Lameter
2007-08-09 21:07 ` [PATCH 3/4] Embed zone_id information within the zonelist->zones pointer Mel Gorman
2007-08-09 21:37 ` Christoph Lameter
2007-08-09 23:33 ` Mel Gorman
2007-08-10 1:44 ` Christoph Lameter
2007-08-10 10:47 ` Mel Gorman
2007-08-10 17:37 ` Christoph Lameter [this message]
2007-08-10 18:13 ` Andi Kleen
2007-08-10 19:02 ` Christoph Lameter
2007-08-11 1:04 ` Andi Kleen
2007-08-13 21:25 ` Christoph Lameter
2007-08-13 22:50 ` Andi Kleen
2007-08-13 22:00 ` Christoph Lameter
2007-08-13 22:58 ` Andi Kleen
2007-08-13 22:09 ` Christoph Lameter
2007-08-13 23:08 ` Andi Kleen
2007-08-13 22:22 ` Christoph Lameter
2007-08-13 23:42 ` Andi Kleen
2007-08-13 22:52 ` Christoph Lameter
2007-08-13 23:55 ` Andi Kleen
2007-08-13 23:12 ` Christoph Lameter
2007-08-14 0:16 ` Andi Kleen
2007-08-13 23:25 ` Christoph Lameter
2007-08-14 0:25 ` Andi Kleen
2007-08-13 22:38 ` Christoph Lameter
2007-08-13 23:43 ` Andi Kleen
2007-08-13 22:54 ` Christoph Lameter
2007-08-14 0:00 ` Andi Kleen
2007-08-13 23:16 ` Christoph Lameter
2007-08-14 0:16 ` Andi Kleen
2007-08-13 23:27 ` Christoph Lameter
2007-08-14 0:26 ` Andi Kleen
2007-08-14 19:56 ` Christoph Lameter
2007-08-13 23:22 ` Alan Cox
2007-08-14 0:14 ` Andi Kleen
2007-08-13 23:44 ` Alan Cox
2007-08-14 19:11 ` Andy Isaacson
2007-08-14 20:23 ` Andi Kleen
2007-08-14 19:43 ` Andy Isaacson
2007-08-14 21:05 ` Andi Kleen
2007-08-15 11:37 ` Ralf Baechle
2007-08-15 12:59 ` Andi Kleen
2007-08-15 12:32 ` Ralf Baechle
2007-08-15 19:59 ` Christoph Lameter
2007-08-09 21:07 ` [PATCH 4/4] Apply MPOL_BIND policy to two highest zones when highest is ZONE_MOVABLE Mel Gorman
2007-08-09 21:37 ` Christoph Lameter
2007-08-09 21:19 ` [PATCH 0/4] Use one zonelist per node instead of multiple zonelists v3 Christoph Lameter
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=Pine.LNX.4.64.0708101035020.12758@schroedinger.engr.sgi.com \
--to=clameter@sgi.com \
--cc=Lee.Schermerhorn@hp.com \
--cc=ak@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mel@skynet.ie \
/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