MIPS: Move GIC IPI functions out of smp-cmp.c
[cascardo/linux.git] / arch / mips / include / asm / smp-ops.h
index ef2a804..51458bb 100644 (file)
@@ -58,6 +58,9 @@ static inline void register_smp_ops(struct plat_smp_ops *ops)
 
 #endif /* !CONFIG_SMP */
 
+extern void gic_send_ipi_single(int cpu, unsigned int action);
+extern void gic_send_ipi_mask(const struct cpumask *mask, unsigned int action);
+
 static inline int register_up_smp_ops(void)
 {
 #ifdef CONFIG_SMP_UP