git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b3083
)
[ARM] Fix get_user when passed a const pointer
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Fri, 18 Nov 2005 14:22:03 +0000
(14:22 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 18 Nov 2005 14:22:03 +0000
(14:22 +0000)
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>
No differences found