[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0609270911060.9171@schroedinger.engr.sgi.com>
Date: Wed, 27 Sep 2006 09:19:00 -0700 (PDT)
From: Christoph Lameter <clameter@....com>
To: Andy Whitcroft <apw@...dowen.org>
cc: Andrew Morton <akpm@...l.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org, Dave Hansen <haveblue@...ibm.com>
Subject: Re: [PATCH] zone table removal miss merge
On Wed, 27 Sep 2006, Andy Whitcroft wrote:
> The below should fix it.
Acked-by: Christoph Lameter <clameter@....com>
Note that if ZONE_DMA is off then ZONES_WIDTH may become
0 and therefore also ZONES_PGSHIFT is zero.
If you then do
#define ZONEID_PGSHIFT ZONES_PGSHIFT
then ZONEID_PGSHIFT will be 0!
So this could be an issue for the optional ZONE_DMA patch.
Could you also make sure that ZONEID_PGSHIFT is set correctly even if
ZONES_WIDTH is zero?
This affects the optional ZONE_DMA patch. zone table removal should be
fine with just the above patch.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists