diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-18 17:22:03 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-18 17:22:03 +0300 |
commit | d2c5b69099ff747f9757da2416383b9a999171b1 (patch) | |
tree | 6ff0b0da32d5afed46328754901ef2d912bdfa79 /arch/arm/lib/io-readsw-armv3.S | |
parent | 02b30839220fa3ef80a34ed6ee174fa2d9937eac (diff) | |
download | linux-d2c5b69099ff747f9757da2416383b9a999171b1.tar.xz |
[ARM] Fix get_user when passed a const pointer
Unfortunately, later gcc versions error out when our get_user is passed
a const pointer, since we write to a temporary variable declared as
typeof(*(p)) which propagates the const-ness.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/lib/io-readsw-armv3.S')
0 files changed, 0 insertions, 0 deletions