m68k: fix multiple memory accesses on swap operations
authorAngelo Dureghello <angelo@sysam.it>
Sat, 4 Aug 2018 21:02:56 +0000 (23:02 +0200)
committerAngelo Dureghello <angelo@sysam.it>
Sat, 15 Sep 2018 22:01:13 +0000 (00:01 +0200)
commitfaae49543a0b366087cb733c26f8c581b17abe82
treed695c1badfaa25d5332f51bae7509980c4b5a1d1
parenta1ed3a83be63bfc6e817854b29c9c0572a86bea7
m68k: fix multiple memory accesses on swap operations

On a
u32 val = __sw32(*addr);

multiple memory accesses are not welcome, since "addr" may
be an IO peripheral register address.
This patch changes __sw16/32 to perform a single memory
access for the source value.

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
arch/m68k/include/asm/byteorder.h