Byteswap routines don't really need 'asm volatile', just 'asm' since it should be...
commit0697dc094eb52bbd166ab0d02c05d111ec57bffe
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Fri, 25 Feb 2011 00:46:39 +0000 (25 00:46 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Fri, 25 Feb 2011 00:46:39 +0000 (25 00:46 +0000)
tree2a17724b3fee596dcc60b1a382d9f43a189b8fd9
parent1d7e2c40ef7c8a9384a30fde37beb51c9afc6a00
Byteswap routines don't really need 'asm volatile', just 'asm' since it should be safe to move them for optimizing. Clean up the line endings for ARM.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29394 a1c6a512-1295-4272-9138-f99709370657
firmware/target/arm/system-arm.h
firmware/target/sh/system-target.h