]> asedeno.scripts.mit.edu Git - linux.git/commit
csky: Atomic operations
authorGuo Ren <ren_guo@c-sky.com>
Wed, 5 Sep 2018 06:25:16 +0000 (14:25 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 16:54:23 +0000 (00:54 +0800)
commita0ae62806ff495b60235cc4f2fee3f3ab6a265c9
tree6b48093798b6fefb1fd179db71c106b19457df2a
parente38a5272baaa81b31680389efdec0c9008e17446
csky: Atomic operations

This patch adds atomic, cmpxchg, spinlock files.

Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Cc: Andrea Parri <andrea.parri@amarulasolutions.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Peter Zijlstra <peterz@infradead.org>
arch/csky/include/asm/atomic.h [new file with mode: 0644]
arch/csky/include/asm/cmpxchg.h [new file with mode: 0644]
arch/csky/include/asm/spinlock.h [new file with mode: 0644]
arch/csky/include/asm/spinlock_types.h [new file with mode: 0644]
arch/csky/kernel/atomic.S [new file with mode: 0644]