]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8285/1: remove ARMv3 user access code again
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 15 Jan 2015 22:41:54 +0000 (23:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 16 Jan 2015 14:49:08 +0000 (14:49 +0000)
commit6a72b93ee7fde4fe08c8db35daee27a85946dc73
tree6091a27765e09308662ec19db31b653ecc2d4779
parent974da36fb137c86ac58b6032641a400c481b8dd3
ARM: 8285/1: remove ARMv3 user access code again

This code was restored with commit 537e285625 ("ARM: Bring back ARMv3 IO
and user access code") because the RiscPC memory bus does not understand
half-word load/stores.  However only the IO code needed restoring since
the alternative user access code contains no half-word accesses, is
already used when CONFIG_PREEMPT is set and runs faster on a StrongARM.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/lib/Makefile
arch/arm/lib/uaccess.S [deleted file]