Re: [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture

2012-11-06 Thread Rik van Riel
On 11/06/2012 05:38 PM, Andrew Morton wrote: On Mon, 5 Nov 2012 14:47:06 -0800 Michel Lespinasse wrote: Update the i386 hugetlb_get_unmapped_area function to make use of vm_unmapped_area() instead of implementing a brute force search. The x86_64 coloring "fix" wasn't copied into i386?

Re: [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture

2012-11-06 Thread Andrew Morton
On Mon, 5 Nov 2012 14:47:06 -0800 Michel Lespinasse wrote: > Update the i386 hugetlb_get_unmapped_area function to make use of > vm_unmapped_area() instead of implementing a brute force search. The x86_64 coloring "fix" wasn't copied into i386? -- To unsubscribe from this list: send the line

Re: [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture

2012-11-06 Thread Andrew Morton
On Mon, 5 Nov 2012 14:47:06 -0800 Michel Lespinasse wal...@google.com wrote: Update the i386 hugetlb_get_unmapped_area function to make use of vm_unmapped_area() instead of implementing a brute force search. The x86_64 coloring fix wasn't copied into i386? -- To unsubscribe from this list:

Re: [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture

2012-11-06 Thread Rik van Riel
On 11/06/2012 05:38 PM, Andrew Morton wrote: On Mon, 5 Nov 2012 14:47:06 -0800 Michel Lespinasse wal...@google.com wrote: Update the i386 hugetlb_get_unmapped_area function to make use of vm_unmapped_area() instead of implementing a brute force search. The x86_64 coloring fix wasn't copied

Re: [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture

2012-11-05 Thread Rik van Riel
On 11/05/2012 05:47 PM, Michel Lespinasse wrote: Update the i386 hugetlb_get_unmapped_area function to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse Reviewed-by: Rik van Riel -- To unsubscribe from this list: send the line

[PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture

2012-11-05 Thread Michel Lespinasse
Update the i386 hugetlb_get_unmapped_area function to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse --- arch/x86/mm/hugetlbpage.c | 130 + 1 files changed, 25 insertions(+), 105

[PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture

2012-11-05 Thread Michel Lespinasse
Update the i386 hugetlb_get_unmapped_area function to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse wal...@google.com --- arch/x86/mm/hugetlbpage.c | 130 + 1 files changed, 25

Re: [PATCH 09/16] mm: use vm_unmapped_area() in hugetlbfs on i386 architecture

2012-11-05 Thread Rik van Riel
On 11/05/2012 05:47 PM, Michel Lespinasse wrote: Update the i386 hugetlb_get_unmapped_area function to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse wal...@google.com Reviewed-by: Rik van Riel r...@redhat.com -- To unsubscribe