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:
d395991
)
avr32: Work around byteswap bug in gcc < 4.2
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Mon, 10 Mar 2008 11:56:12 +0000
(12:56 +0100)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Mon, 10 Mar 2008 12:32:33 +0000
(13:32 +0100)
gcc versions earlier than 4.2 sign-extends the result of le16_to_cpu()
and friends when we implement __arch__swabX() using
__builtin_bswap_X(). Disable our arch-specific optimizations when those
gcc versions are being used.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
No differences found