summaryrefslogtreecommitdiff
path: root/include/linux/string.h
diff options
context:
space:
mode:
authorOlav Morken <[email protected]>2009-01-23 12:56:26 +0100
committerBen Warren <[email protected]>2009-01-28 23:59:28 -0800
commitaf8626e0c08a780d9ded1d9c4883a89355f60e75 (patch)
tree3e27cb55543d6f6e06106338db7063a67b3af4b8 /include/linux/string.h
parent12a8b9db12f82a189ff143a58731007f5469da61 (diff)
Fix IP alignment problem
This patch removes volatile from: volatile IP_t *ip = (IP_t *)xip; Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when using volatile, which causes an exception since xip isn't aligned on a word boundary. Signed-off-by: Gunnar Rangoy <[email protected]> Signed-off-by: Paul Driveklepp <[email protected]> Signed-off-by: Olav Morken <[email protected]> Signed-off-by: Ben Warren <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions