diff options
Diffstat (limited to 'arch/mips/include/asm/smp-ops.h')
-rw-r--r-- | arch/mips/include/asm/smp-ops.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/smp-ops.h b/arch/mips/include/asm/smp-ops.h index ef2a8041e78b..51458bb004da 100644 --- a/arch/mips/include/asm/smp-ops.h +++ b/arch/mips/include/asm/smp-ops.h | |||
@@ -58,6 +58,9 @@ static inline void register_smp_ops(struct plat_smp_ops *ops) | |||
58 | 58 | ||
59 | #endif /* !CONFIG_SMP */ | 59 | #endif /* !CONFIG_SMP */ |
60 | 60 | ||
61 | extern void gic_send_ipi_single(int cpu, unsigned int action); | ||
62 | extern void gic_send_ipi_mask(const struct cpumask *mask, unsigned int action); | ||
63 | |||
61 | static inline int register_up_smp_ops(void) | 64 | static inline int register_up_smp_ops(void) |
62 | { | 65 | { |
63 | #ifdef CONFIG_SMP_UP | 66 | #ifdef CONFIG_SMP_UP |