[PATCH 12/12] get_unmapped_area doesn't need hugetlbfs hacks anymore

2007-04-23 Thread Benjamin Herrenschmidt
Remove the hugetlbfs specific hacks in toplevel get_unmapped_area() now that all archs and hugetlbfs itself do the right thing for both cases. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Acked-by: William Irwin <[EMAIL PROTECTED]> mm/mmap.c | 16 1 file changed,

Re: [PATCH 12/12] get_unmapped_area doesn't need hugetlbfs hacks anymore

2007-04-12 Thread William Lee Irwin III
On Thu, Apr 12, 2007 at 12:20:33PM +1000, Benjamin Herrenschmidt wrote: > Remove the hugetlbfs specific hacks in toplevel get_unmapped_area() now > that all archs and hugetlbfs itself do the right thing for both cases. > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > mm/mmap.c | 16

[PATCH 12/12] get_unmapped_area doesn't need hugetlbfs hacks anymore

2007-04-11 Thread Benjamin Herrenschmidt
Remove the hugetlbfs specific hacks in toplevel get_unmapped_area() now that all archs and hugetlbfs itself do the right thing for both cases. Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> mm/mmap.c | 16 1 file changed, 16 deletions(-) Index: linux-cell/mm/mmap.c