Re: [PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-28 Thread Nish Aravamudan
On 11/28/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: > Nish Aravamudan wrote: > > On 11/28/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: > >> On Tue, 27 Nov 2007 23:03:10 -0600 Jon Tollefson wrote: > >> > >>> This patch adds the hugepagesz boot-time parameter for ppc64 that lets > >>> you pick the si

Re: [PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-28 Thread Randy Dunlap
Nish Aravamudan wrote: > On 11/28/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: >> On Tue, 27 Nov 2007 23:03:10 -0600 Jon Tollefson wrote: >> >>> This patch adds the hugepagesz boot-time parameter for ppc64 that lets >>> you pick the size for your huge pages. The choices available are 64K >>> and 16

Re: [PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-28 Thread Nish Aravamudan
On 11/28/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: > On Tue, 27 Nov 2007 23:03:10 -0600 Jon Tollefson wrote: > > > This patch adds the hugepagesz boot-time parameter for ppc64 that lets > > you pick the size for your huge pages. The choices available are 64K > > and 16M. It defaults to 16M (pre

Re: [PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-28 Thread Randy Dunlap
On Tue, 27 Nov 2007 23:03:10 -0600 Jon Tollefson wrote: > This patch adds the hugepagesz boot-time parameter for ppc64 that lets > you pick the size for your huge pages. The choices available are 64K > and 16M. It defaults to 16M (previously the only choice) if nothing or > an invalid choice

Re: [PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-28 Thread Geoff Levand
Arnd Bergmann wrote: > On Wednesday 28 November 2007, Mel Gorman wrote: >> On (28/11/07 08:26), Arnd Bergmann didst pronounce: >> > On Wednesday 28 November 2007, Jon Tollefson wrote: >> > > This patch adds the hugepagesz boot-time parameter for ppc64 that lets >> > > you pick the size for your hu

Re: [PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-28 Thread Arnd Bergmann
On Wednesday 28 November 2007, Mel Gorman wrote: > On (28/11/07 08:26), Arnd Bergmann didst pronounce: > > On Wednesday 28 November 2007, Jon Tollefson wrote: > > > This patch adds the hugepagesz boot-time parameter for ppc64 that lets > > > you pick the size for your huge pages.  The choices avai

Re: [PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-28 Thread Mel Gorman
On (28/11/07 08:26), Arnd Bergmann didst pronounce: > On Wednesday 28 November 2007, Jon Tollefson wrote: > > This patch adds the hugepagesz boot-time parameter for ppc64 that lets > > you pick the size for your huge pages.  The choices available are 64K > > and 16M.  It defaults to 16M (previous

Re: [PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-28 Thread Arnd Bergmann
On Wednesday 28 November 2007, Jon Tollefson wrote: > This patch adds the hugepagesz boot-time parameter for ppc64 that lets > you pick the size for your huge pages.  The choices available are 64K > and 16M.  It defaults to 16M (previously the only choice) if nothing or > an invalid choice is sp

[PATCH 1/2] powerpc: add hugepagesz boot-time parameter

2007-11-27 Thread Jon Tollefson
This patch adds the hugepagesz boot-time parameter for ppc64 that lets you pick the size for your huge pages. The choices available are 64K and 16M. It defaults to 16M (previously the only choice) if nothing or an invalid choice is specified. Tested 64K huge pages with the libhugetlbfs 1.2 r