From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbarnes@sgi.com (Jesse Barnes) Date: Mon, 10 Nov 2003 17:56:39 +0000 Subject: Re: discontig patch question Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Mon, Nov 10, 2003 at 11:38:34AM -0600, Van Maren, Kevin wrote: > > I wonder if that shouldn't be simply 1UL< > That's all that > > mm/page_alloc.c seems to care about. > > But doesn't it deal with page-sized chunks? Yeah, but 1UL< It makes sense if all the memory chunks have to start on a "MAX_ORDER" > boundary, but is that really the case? That's pretty restrictive, at least > with such a large MAX_ORDER. > > Why is MAX_ORDER 19 on IA64? For hugetlbfs, afaik. But it should only be 18 according to arch/ia64/Kconfig. Jesse