]> git.baikalelectronics.ru Git - kernel.git/commit
mm: use vm_unmapped_area() on parisc architecture
authorMichel Lespinasse <walken@google.com>
Thu, 28 Feb 2013 01:02:40 +0000 (17:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Feb 2013 03:10:09 +0000 (19:10 -0800)
commit7966fd9cbdc499a701fdf348e62424a3f63d7285
tree7c3eadd04e82f7fb97f643656587f2221c1225eb
parent5c317e88ddd672e3ca7faf7974fe74c2989aee02
mm: use vm_unmapped_area() on parisc architecture

Update the parisc arch_get_unmapped_area function to make use of
vm_unmapped_area() instead of implementing a brute force search.

[akpm@linux-foundation.org: remove now-unused DCACHE_ALIGN(), per James]
Signed-off-by: Michel Lespinasse <walken@google.com>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Acked-by: Helge Deller <deller@gmx.de>
Tested-by: Helge Deller <deller@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/parisc/kernel/sys_parisc.c