[PATCH] ARM: Move copy/clear user_page locking into implementation
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 10 May 2005 13:23:01 +0000 (14:23 +0100)
committerRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 10 May 2005 13:23:01 +0000 (14:23 +0100)
Move the locking for copy_user_page() and clear_user_page() into
the implementations which require locking.  For simple memcpy/
memset based implementations, the locking is extra overhead which
is not necessary, and prevents preemption occuring.

Signed-off-by: Russell King <rmk@arm.linux.org.uk>

No differences found