Files
linux/arch/loongarch/kernel
Bibo Mao 143d64bdbd LoongArch: Export symbol for function smp_send_reschedule()
Function smp_send_reschedule() is standard kernel API, which is defined
in header file include/linux/smp.h. However, on LoongArch it is defined
as an inline function, this is confusing and kernel modules can not use
this function.

Now we define smp_send_reschedule() as a general function, and add a
EXPORT_SYMBOL_GPL on this function, so that kernel modules can use it.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2022-12-08 14:59:15 +08:00
..
2022-10-12 16:36:19 +08:00
2022-06-03 20:09:28 +08:00
2022-07-29 18:22:32 +08:00
2022-07-29 18:22:32 +08:00
2022-07-29 18:22:32 +08:00
2022-06-03 20:09:28 +08:00
2022-06-03 20:09:28 +08:00
2022-06-03 20:09:28 +08:00
2022-10-12 16:36:19 +08:00
2022-10-12 16:36:19 +08:00
2022-07-07 17:41:01 +08:00
2022-10-12 16:36:14 +08:00
2022-10-12 16:36:19 +08:00
2022-06-03 20:09:28 +08:00
2022-10-12 16:36:19 +08:00