commit | d2bab05ac1f9a2f5ddcd2f3256237e5c47fc127f | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Tue May 10 14:23:01 2005 +0100 |
committer | Russell King <rmk@dyn-67.arm.linux.org.uk> | Tue May 10 14:23:01 2005 +0100 |
tree | a330a8ac155d82bae9a500d28533888dedad4d1e | |
parent | c4e1f6f6bf82af89994a0ee760fc5e036c4d3c1f [diff] |
[PATCH] ARM: Move copy/clear user_page locking into implementation 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>