Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] ARM: Fix build error | Russell King | 2005-05-16 | 1 | -3/+3 |
| | | | | | | Mainline kernels don't have VECTORS_HIGH nor COPYPAGE_MINICACHE yet. Signed-off-by: Russell King <rmk@arm.linux.org.uk> | ||||
* | [PATCH] ARM: Move copy/clear user_page locking into implementation | Russell King | 2005-05-10 | 1 | -0/+111 |
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> |