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:
3b7a86c
)
[ARM] 3849/1: fix get_unaligned() for gcc >= 4.1
author
Lennert Buytenhek
<buytenh@wantstofly.org>
Thu, 21 Sep 2006 01:24:38 +0000
(
02:24
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 25 Sep 2006 09:34:00 +0000
(10:34 +0100)
gcc 4.1's __typeof__ propagates 'const', which breaks get_unaligned().
Rewrite get_unaligned() not to use __typeof__.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found