diff options
Diffstat (limited to 'arch/mips/include/asm/irq.h')
-rw-r--r-- | arch/mips/include/asm/irq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/irq.h b/arch/mips/include/asm/irq.h index 39f07aec640c..5a4e1bb8fb1b 100644 --- a/arch/mips/include/asm/irq.h +++ b/arch/mips/include/asm/irq.h | |||
@@ -48,4 +48,7 @@ extern int cp0_compare_irq; | |||
48 | extern int cp0_compare_irq_shift; | 48 | extern int cp0_compare_irq_shift; |
49 | extern int cp0_perfcount_irq; | 49 | extern int cp0_perfcount_irq; |
50 | 50 | ||
51 | void arch_trigger_all_cpu_backtrace(bool); | ||
52 | #define arch_trigger_all_cpu_backtrace arch_trigger_all_cpu_backtrace | ||
53 | |||
51 | #endif /* _ASM_IRQ_H */ | 54 | #endif /* _ASM_IRQ_H */ |