Re: [Libhugetlbfs-devel] [PATCH 3/6] hugectl: add backing of the heap via --heap

2008-07-25 Thread Eric B Munson
On Thu, 24 Jul 2008, Andy Whitcroft wrote: > Add support for mapping the heap via morecore through the --heap option. > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > Acked-by: Mel Gorman <[EMAIL PROTECTED]> Acked-by: Eric B Munson <[EMAIL PROTECTED]> signature.asc Description: Digital s

Re: [Libhugetlbfs-devel] [PATCH 3/6] hugectl: add backing of the heap via --heap

2008-07-24 Thread Adam Litke
On Thu, 2008-07-24 at 17:44 +0100, Andy Whitcroft wrote: > Add support for mapping the heap via morecore through the --heap option. > > Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> > Acked-by: Mel Gorman <[EMAIL PROTECTED]> Acked-by: Adam Litke <[EMAIL PROTECTED]> > --- > hugectl.c |7 +

[Libhugetlbfs-devel] [PATCH 3/6] hugectl: add backing of the heap via --heap

2008-07-24 Thread Andy Whitcroft
Add support for mapping the heap via morecore through the --heap option. Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]> Acked-by: Mel Gorman <[EMAIL PROTECTED]> --- hugectl.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/hugectl.c b/hugectl.c index 0387c5b..79e