Re: [Libhugetlbfs-devel] Compilation on SPARC is incorrect

2010-02-10 Thread David Gibson
On Mon, Feb 08, 2010 at 06:41:24PM +0100, Jan Engelhardt wrote: > Hi, > > > > I was putting libhugetlbfs through an rpmbuild compilation on a SPARC64 > system and found that it does not compile. > > The reason is very simple: libhugetlbfs misuses `uname -m` > to decide whether to build 32- or

[Libhugetlbfs-devel] [SPAM]

2010-02-10 Thread Raciti
<>-- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev_

[Libhugetlbfs-devel] [PATCH] Fix ALIGN_UP to properly handle finding hugepage boundaries V2

2010-02-10 Thread Eric B Munson
Currently ALIGN_UP pushes segment boundaries one hugepage too far which causes slice tests to fail when mapping read-only segments of a binary in huge pages. From: Mel Gorman Signed-off-by: Eric B Munson --- Changes from V1: ALIGN_UP now calls the ALIGN macro instead of using the same definition