Re: [Libhugetlbfs-devel] [PATCH] move some defines into libhugetlbfs_internal.h

2008-03-01 Thread David Gibson
On Fri, Feb 29, 2008 at 05:32:25PM -0600, Andrew Hastings wrote: > Move these definitions from elflink.c to libhugetlbfs_internal.h > for use in other source files: > ALIGN_UP > ALIGN_DOWN > SLICE_LOW_SHIFT > SLICE_HIGH_SHIFT > > Change morecore.c to use SLICE_LOW_SHIFT and

Re: [Libhugetlbfs-devel] [PATCH] move some defines into libhugetlbfs_internal.h

2008-02-29 Thread Nishanth Aravamudan
On 29.02.2008 [17:32:25 -0600], Andrew Hastings wrote: > Move these definitions from elflink.c to libhugetlbfs_internal.h > for use in other source files: > ALIGN_UP > ALIGN_DOWN > SLICE_LOW_SHIFT > SLICE_HIGH_SHIFT > > Change morecore.c to use SLICE_LOW_SHIFT and SLICE_HIG

[Libhugetlbfs-devel] [PATCH] move some defines into libhugetlbfs_internal.h

2008-02-29 Thread Andrew Hastings
Move these definitions from elflink.c to libhugetlbfs_internal.h for use in other source files: ALIGN_UP ALIGN_DOWN SLICE_LOW_SHIFT SLICE_HIGH_SHIFT Change morecore.c to use SLICE_LOW_SHIFT and SLICE_HIGH_SHIFT. A future patch is planned to use ALIGN_UP and ALIGN_D