On 08/01/23 20:17, Huacai Chen wrote: > Hi, Valentin, > > On Fri, Dec 2, 2022 at 11:59 PM Valentin Schneider <vschneid@xxxxxxxxxx> wrote: >> @@ -83,7 +83,7 @@ extern void show_ipi_list(struct seq_file *p, int prec); >> * it goes straight through and wastes no time serializing >> * anything. Worst case is that we lose a reschedule ... >> */ >> -static inline void smp_send_reschedule(int cpu) >> +static inline void arch_smp_send_reschedule(int cpu) >> { >> loongson_send_ipi_single(cpu, SMP_RESCHEDULE); >> } > This function has been moved to arch/loongarch/kernel/smp.c since 6.2. > Thanks! I'll make sure to rerun the coccinelle script for the next version.