aboutsummaryrefslogtreecommitdiff
path: root/arch/loongarch/include/asm/hardirq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/include/asm/hardirq.h')
-rw-r--r--arch/loongarch/include/asm/hardirq.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/loongarch/include/asm/hardirq.h b/arch/loongarch/include/asm/hardirq.h
index d41138abcf26..1d7feb719515 100644
--- a/arch/loongarch/include/asm/hardirq.h
+++ b/arch/loongarch/include/asm/hardirq.h
@@ -12,11 +12,12 @@
extern void ack_bad_irq(unsigned int irq);
#define ack_bad_irq ack_bad_irq
-#define NR_IPI 2
+#define NR_IPI 3
enum ipi_msg_type {
IPI_RESCHEDULE,
IPI_CALL_FUNCTION,
+ IPI_IRQ_WORK,
};
typedef struct {