]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: use vm_unmapped_area() on powerpc architecture
authorMichel Lespinasse <walken@google.com>
Wed, 20 Mar 2013 04:06:52 +0000 (15:06 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:32:48 +0000 (15:32 +1100)
commit23d05464ba876d6bd799f582b39cdd06d63ec7fd
treeea808ca3596b00a145a0da62e9ad06462a3d9bd8
parent67976c59a86d0a119700037eca06a1b0c9cda4ea
mm: use vm_unmapped_area() on powerpc architecture

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

Signed-off-by: Michel Lespinasse <walken@google.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Tested-by: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/powerpc/mm/slice.c