]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: use vm_unmapped_area() on alpha architecture
authorMichel Lespinasse <walken@google.com>
Thu, 7 Feb 2013 01:27:17 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:58 +0000 (16:46 +1100)
commitdd874206ba90d802eb3c797069bf03a6a1131340
tree5a1544fe7a4cebb8597f0012b09c811cbbcea7ef
parent6c4e90798d55ccd5704fbc1266f099654d373632
mm: use vm_unmapped_area() on alpha architecture

Update the alpha arch_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>
Acked-by: Rik van Riel <riel@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/alpha/kernel/osf_sys.c