LoongArch: Add jump-label implementation
authorYouling Tang <tangyouling@loongson.cn>
Thu, 29 Jun 2023 12:58:44 +0000 (20:58 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Thu, 29 Jun 2023 12:58:44 +0000 (20:58 +0800)
commitf02644e32c9e4bd1a9b286dc0b84f9cbe294f4e2
tree3742c78f2f4c61b1463b9a40c98835182ed6ac13
parent5d553770409de4a98a8c4f8c014559725dcfaa37
LoongArch: Add jump-label implementation

Add support for jump labels based on the ARM64 version.

Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Youling Tang <tangyouling@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Documentation/features/core/jump-labels/arch-support.txt
arch/loongarch/Kconfig
arch/loongarch/include/asm/jump_label.h [new file with mode: 0644]
arch/loongarch/kernel/Makefile
arch/loongarch/kernel/jump_label.c [new file with mode: 0644]