]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - arch/mips/kernel/smp.c
Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[thirdparty/linux.git] / arch / mips / kernel / smp.c
index 280251ea8319101704935b070deb2527c54351b6..8fbef537fb8859099da21db3d79c4379e27e5e88 100644 (file)
@@ -708,6 +708,14 @@ void flush_tlb_one(unsigned long vaddr)
 EXPORT_SYMBOL(flush_tlb_page);
 EXPORT_SYMBOL(flush_tlb_one);
 
+#ifdef CONFIG_HOTPLUG_CORE_SYNC_DEAD
+void arch_cpuhp_cleanup_dead_cpu(unsigned int cpu)
+{
+       if (mp_ops->cleanup_dead_cpu)
+               mp_ops->cleanup_dead_cpu(cpu);
+}
+#endif
+
 #ifdef CONFIG_GENERIC_CLOCKEVENTS_BROADCAST
 
 static void tick_broadcast_callee(void *info)