]> Git Repo - linux.git/commit
futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()
authorMichel Lespinasse <[email protected]>
Fri, 11 Mar 2011 02:47:31 +0000 (18:47 -0800)
committerThomas Gleixner <[email protected]>
Fri, 11 Mar 2011 11:23:08 +0000 (12:23 +0100)
commit522d7decc0370070448a8c28982c8dfd8970489e
tree0f964a23a28b9dcf2d1fad3096f549c93c68b605
parentc0c9ed15042ceac7c485813012a0a97316101b57
futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()

kernel/futex.c disables page faults before calling
futex_atomic_cmpxchg_inatomic(), so there is no need to do it again
within that function.

Signed-off-by: Michel Lespinasse <[email protected]>
Cc: Darren Hart <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Matt Turner <[email protected]>
Cc: Russell King <[email protected]>
Cc: David Howells <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Paul Mundt <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Chris Metcalf <[email protected]>
Cc: Linus Torvalds <[email protected]>
LKML-Reference: <20110311024731[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
arch/arm/include/asm/futex.h
This page took 0.051855 seconds and 4 git commands to generate.