commit | 484367b6a9225ec6830ae3fb4a3adbdd724cb93a | [log] [tgz] |
---|---|---|
author | Greentime Hu <greentime@andestech.com> | Wed Oct 25 16:49:38 2017 +0800 |
committer | Greentime Hu <greentime@andestech.com> | Thu Feb 22 10:44:32 2018 +0800 |
tree | c90dfc602450c33c2cc1f739a1b1ef067e626972 | |
parent | f13c34b9066745910bd96f94bd35895af2d4f2b8 [diff] |
nds32: Atomic operations This patch includes the atomic and futex operations. Many atomic operations use the load-lock word(llw) and store-condition word(scw) operations. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>