summaryrefslogtreecommitdiff
path: root/arch/nds32/include/asm/futex.h
Commit message (Collapse)AuthorAge
* nds32: Atomic operationsGreentime Hu2018-02-22
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>