commit | 38d47c1b7075bd7ec3881141bb3629da58f88dab | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Sep 26 19:32:20 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Sep 30 12:35:20 2008 +0200 |
tree | 44c6ddc753738e69c908706a6b0cad04a7b59f95 | |
parent | 94aca1dac6f6d21f4b07e4864baf7768cabcc6e7 [diff] |
futex: rely on get_user_pages() for shared futexes On the way of getting rid of the mmap_sem requirement for shared futexes, start by relying on get_user_pages(). Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by: Nick Piggin <nickpiggin@yahoo.com.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>