Re: [PATCH 10/16] mm: use vm_unmapped_area() on mips architecture

2012-11-06 Thread Andrew Morton
On Mon, 5 Nov 2012 14:47:07 -0800 Michel Lespinasse wrote: > Update the mips arch_get_unmapped_area[_topdown] functions to make > use of vm_unmapped_area() instead of implementing a brute force search. > Are the changes to the coloring equivalent to what was there before? It's unobvious..

Re: [PATCH 10/16] mm: use vm_unmapped_area() on mips architecture

2012-11-06 Thread Andrew Morton
On Mon, 5 Nov 2012 14:47:07 -0800 Michel Lespinasse wal...@google.com wrote: Update the mips arch_get_unmapped_area[_topdown] functions to make use of vm_unmapped_area() instead of implementing a brute force search. Are the changes to the coloring equivalent to what was there before? It's

Re: [PATCH 10/16] mm: use vm_unmapped_area() on mips architecture

2012-11-05 Thread Rik van Riel
On 11/05/2012 05:47 PM, Michel Lespinasse wrote: Update the mips arch_get_unmapped_area[_topdown] functions 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

[PATCH 10/16] mm: use vm_unmapped_area() on mips architecture

2012-11-05 Thread Michel Lespinasse
Update the mips arch_get_unmapped_area[_topdown] functions to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse --- arch/mips/mm/mmap.c | 99 +-- 1 files changed, 17 insertions(+), 82

[PATCH 10/16] mm: use vm_unmapped_area() on mips architecture

2012-11-05 Thread Michel Lespinasse
Update the mips arch_get_unmapped_area[_topdown] functions to make use of vm_unmapped_area() instead of implementing a brute force search. Signed-off-by: Michel Lespinasse wal...@google.com --- arch/mips/mm/mmap.c | 99 +-- 1 files changed, 17

Re: [PATCH 10/16] mm: use vm_unmapped_area() on mips architecture

2012-11-05 Thread Rik van Riel
On 11/05/2012 05:47 PM, Michel Lespinasse wrote: Update the mips arch_get_unmapped_area[_topdown] functions 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