Skip to content
Snippets Groups Projects
user avatar
Angelo Dureghello authored
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: default avatarAngelo Dureghello <angelo@sysam.it>
faae4954
History
Name Last commit Last update
..