Go to the documentation of this file.
25 #ifdef CONFIG_MIPS_MT_SMP
26 #define MIPS_CPU_IPI_RESCHED_IRQ 0
27 #define MIPS_CPU_IPI_CALL_IRQ 1
30 static void ipi_resched_dispatch(
void)
35 static void ipi_call_dispatch(
void)
53 .
handler = ipi_resched_interrupt,