···2828 * This file should be built into the kernel only if CONFIG_MIPS_MT_SMTC is set.2929 */30303131-#define MIPS_CPU_IPI_IRQ 13232-3331#define LOCK_MT_PRA() \3432 local_irq_save(flags); \3533 mtflags = dmt()
+10
include/asm-mips/smtc.h
···55555656#define PARKED_INDEX ((unsigned int)0x80000000)57575858+/*5959+ * Define low-level interrupt mask for IPIs, if necessary.6060+ * By default, use SW interrupt 1, which requires no external6161+ * hardware support, but which works only for single-core6262+ * MIPS MT systems.6363+ */6464+#ifndef MIPS_CPU_IPI_IRQ6565+#define MIPS_CPU_IPI_IRQ 16666+#endif6767+5868#endif /* _ASM_SMTC_MT_H */