]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5abf28f35950bad1b075893a68022d4b3c4a35e9
treec7dd06510ade6d45e5d67799ada379795d489437
parentddd3843d243e9effbf6683448119556036a2aa49
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]