Re: [Libhugetlbfs-devel] [PATCH] Skip memory slice tests on x86[_64]

2010-02-08 Thread David Gibson
On Mon, Feb 08, 2010 at 05:14:59PM +, Mel Gorman wrote: > On Mon, Feb 08, 2010 at 03:24:22PM +1100, David Gibson wrote: > > On Thu, Feb 04, 2010 at 09:02:18PM +, Eric B. Munson wrote: > > > elflink.c tests slice boundaries for all architectures, but this is > > > not necessary on x86[_64] a

Re: [Libhugetlbfs-devel] [PATCH] Skip memory slice tests on x86[_64]

2010-02-08 Thread Mel Gorman
On Mon, Feb 08, 2010 at 03:24:22PM +1100, David Gibson wrote: > On Thu, Feb 04, 2010 at 09:02:18PM +, Eric B. Munson wrote: > > elflink.c tests slice boundaries for all architectures, but this is > > not necessary on x86[_64] as there are no rules for placement of > > huge pages with respect to

Re: [Libhugetlbfs-devel] [PATCH] Skip memory slice tests on x86[_64]

2010-02-08 Thread Eric B Munson
On Mon, 08 Feb 2010, David Gibson wrote: > On Thu, Feb 04, 2010 at 09:02:18PM +, Eric B. Munson wrote: > > elflink.c tests slice boundaries for all architectures, but this is > > not necessary on x86[_64] as there are no rules for placement of > > huge pages with respect to small pages. This

Re: [Libhugetlbfs-devel] [PATCH] Skip memory slice tests on x86[_64]

2010-02-07 Thread David Gibson
On Thu, Feb 04, 2010 at 09:02:18PM +, Eric B. Munson wrote: > elflink.c tests slice boundaries for all architectures, but this is > not necessary on x86[_64] as there are no rules for placement of > huge pages with respect to small pages. This patch addes a define > that will skip this check o