Commit 96817879 authored by Vineet Gupta's avatar Vineet Gupta

ARCv2: SMP: Push IPI_IRQ into IPI provider

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent dbcbc7e7
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#else #else
#define TIMER0_IRQ 16 #define TIMER0_IRQ 16
#define TIMER1_IRQ 17 #define TIMER1_IRQ 17
#define IPI_IRQ 19
#endif #endif
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#include <asm/mcip.h> #include <asm/mcip.h>
#include <asm/setup.h> #include <asm/setup.h>
#define IPI_IRQ 19
#define SOFTIRQ_IRQ 21 #define SOFTIRQ_IRQ 21
static char smp_cpuinfo_buf[128]; static char smp_cpuinfo_buf[128];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment