]> Git Repo - linux.git/commit
mm: use vm_unmapped_area() on sh architecture
authorMichel Lespinasse <[email protected]>
Wed, 12 Dec 2012 00:02:12 +0000 (16:02 -0800)
committerLinus Torvalds <[email protected]>
Wed, 12 Dec 2012 01:22:26 +0000 (17:22 -0800)
commitb4265f12340f809447b9a48055e88c444b480c89
treedd4914d4a5d10cb19cec2eee36fc40ec6a0b080e
parent394ef6403abc36900d9303395a49a72d32666f2a
mm: use vm_unmapped_area() on sh architecture

Update the sh arch_get_unmapped_area[_topdown] functions to make use of
vm_unmapped_area() instead of implementing a brute force search.

[[email protected]: remove now-unused COLOUR_ALIGN_DOWN()]
Signed-off-by: Michel Lespinasse <[email protected]>
Reviewed-by: Rik van Riel <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Russell King <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Paul Mundt <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Chris Metcalf <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/sh/mm/mmap.c
This page took 0.041483 seconds and 4 git commands to generate.