Re: [Libhugetlbfs-devel] [PATCH] Fixup HUGETLB_MORECORE semantics

2006-08-29 Thread Nishanth Aravamudan
On 29.08.2006 [13:58:18 -0500], Adam Litke wrote: > On Tue, 2006-08-29 at 08:44 -0700, Nishanth Aravamudan wrote: > > Currently, morecore is enabled, if HUGETLB_MORECORE is set at all in the > > environment, even if its value is "no". That is counterintuitive, as > > none of the other environment v

Re: [Libhugetlbfs-devel] [PATCH] Fixup HUGETLB_MORECORE semantics

2006-08-29 Thread Adam Litke
On Tue, 2006-08-29 at 08:44 -0700, Nishanth Aravamudan wrote: > Currently, morecore is enabled, if HUGETLB_MORECORE is set at all in the > environment, even if its value is "no". That is counterintuitive, as > none of the other environment variables work that way. Make > HUGETLB_MORECORE act like H

[Libhugetlbfs-devel] [PATCH] Fixup HUGETLB_MORECORE semantics

2006-08-29 Thread Nishanth Aravamudan
Currently, morecore is enabled, if HUGETLB_MORECORE is set at all in the environment, even if its value is "no". That is counterintuitive, as none of the other environment variables work that way. Make HUGETLB_MORECORE act like HUGETLB_ELFMAP. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>