Re: [PATCH v6 14/36] nds32: Atomic operations
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-01-18 10:23:16
Also in:
linux-arch, linux-devicetree, linux-serial, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2018-01-18 10:23:16
Also in:
linux-arch, linux-devicetree, linux-serial, lkml
On Mon, Jan 15, 2018 at 6:53 AM, Greentime Hu [off-list ref] wrote:
From: Greentime Hu <redacted> 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 <redacted> Signed-off-by: Greentime Hu <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>