From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Mon, 23 Feb 2004 18:52:55 +0000 Subject: RE: HUGEPAGE SIZE a boottime option Message-Id: <16442.19463.788527.89930@napali.hpl.hp.com> List-Id: References: <20040220010731.GA28820@sgi.com> In-Reply-To: <20040220010731.GA28820@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Mon, 23 Feb 2004 08:26:32 -0800, "Chen, Kenneth W" said: > -(p8) shr r22=r22,HPAGE_SHIFT-PAGE_SHIFT > +(p8) shr r22=r22,r27 Nice. Can't you get rid of CONFIG_HUGETLB_PAGE_SIZE entirely? Just pick some default value and let the users override it with a boot command-line (or runtime) option. No? --david