Re: [PATCH 13/16] mm: use vm_unmapped_area() on sparc64 architecture

2012-11-05 Thread Rik van Riel
On 11/05/2012 05:47 PM, Michel Lespinasse wrote: Update the sparc64 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

[PATCH 13/16] mm: use vm_unmapped_area() on sparc64 architecture

2012-11-05 Thread Michel Lespinasse
Update the sparc64 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/sparc/kernel/sys_sparc_64.c | 132 +- 1 files changed, 30 insertions(+),

[PATCH 13/16] mm: use vm_unmapped_area() on sparc64 architecture

2012-11-05 Thread Michel Lespinasse
Update the sparc64 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/sparc/kernel/sys_sparc_64.c | 132 +- 1 files changed,

Re: [PATCH 13/16] mm: use vm_unmapped_area() on sparc64 architecture

2012-11-05 Thread Rik van Riel
On 11/05/2012 05:47 PM, Michel Lespinasse wrote: Update the sparc64 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