summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBibo Mao <maobibo@loongson.cn>2022-12-08 09:59:15 +0300
committerHuacai Chen <chenhuacai@loongson.cn>2022-12-08 09:59:15 +0300
commit143d64bdbdb85787953a70332f9e5f658b678550 (patch)
treec65fbf9751e0dfa2202caa7b526e61575f54816c /tools
parent76dcd734eca23168cb008912c0f69ff408905235 (diff)
downloadlinux-143d64bdbdb85787953a70332f9e5f658b678550.tar.xz
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>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions