[ARM] Remove the __arch_* layer from uaccess.h
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 21 Jun 2006 13:44:52 +0000 (14:44 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 28 Jun 2006 16:53:27 +0000 (17:53 +0100)
Back in the days when we had armo (26-bit) and armv (32-bit) combined,
we had an additional layer to the uaccess macros to ensure correct
typing.  Since we no longer have 26-bit in this tree, we no longer
need this layer, so eliminate it.

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

No differences found