csky: Add jump-label implementation
authorGuo Ren <guoren@linux.alibaba.com>
Mon, 18 Apr 2022 13:01:54 +0000 (21:01 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Sat, 30 Jul 2022 15:12:03 +0000 (11:12 -0400)
commit4e8bb4ba5a558159ffbfa7e60322a1c151c3903c
treec7dd06510ade6d45e5d67799ada379795d489437
parent01ab4649ef5a377074d2ad4bf2ba6d2270d2807b
csky: Add jump-label implementation

Add jump-label implementation for static branch

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
arch/csky/Kconfig
arch/csky/include/asm/jump_label.h [new file with mode: 0644]
arch/csky/kernel/Makefile
arch/csky/kernel/jump_label.c [new file with mode: 0644]