From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Seth, Rohit" Date: Mon, 10 Nov 2003 18:02:29 +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 > > > > Why is MAX_ORDER 19 on IA64? > > For hugetlbfs, afaik. But it should only be 18 according to > arch/ia64/Kconfig. That is correct. For the support of 4G hugepage size (when the normal page size is 16K). Kernel actually takes looks at MAX_ORDER -1 (and not MAX_ORDER).