-
由 Bibo Mao 提交于
mainline inclusion from mainline-v6.1 commit 143d64bd category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I6BWFP CVE: NA -------------------------------- From upstream commit 143d64bd 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: NBibo Mao <maobibo@loongson.cn> Signed-off-by: NHuacai Chen <chenhuacai@loongson.cn> Change-Id: Iafc643ec9282b60ad211f86d66804f30f9932304
6f25d7c7