summaryrefslogtreecommitdiff
path: root/arch/csky/include/asm/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/include/asm/smp.h')
-rw-r--r--arch/csky/include/asm/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/include/asm/smp.h b/arch/csky/include/asm/smp.h
index 668b79ce29ea..d3db334f3196 100644
--- a/arch/csky/include/asm/smp.h
+++ b/arch/csky/include/asm/smp.h
@@ -23,7 +23,7 @@ void __init set_send_ipi(void (*func)(const struct cpumask *mask), int irq);
int __cpu_disable(void);
-void __cpu_die(unsigned int cpu);
+static inline void __cpu_die(unsigned int cpu) { }
#endif /* CONFIG_SMP */