ARCv2: SMP: Push IPI_IRQ into IPI provider
authorVineet Gupta <vgupta@synopsys.com>
Tue, 23 Feb 2016 08:05:12 +0000 (13:35 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 24 Feb 2016 05:37:31 +0000 (11:07 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/irq.h
arch/arc/kernel/mcip.c

index bc51036..49014f0 100644 (file)
@@ -19,7 +19,6 @@
 #else
 #define TIMER0_IRQ      16
 #define TIMER1_IRQ      17
-#define IPI_IRQ         19
 #endif
 
 #include <linux/interrupt.h>
index 9e1bd03..e30d5d4 100644 (file)
@@ -15,6 +15,7 @@
 #include <asm/mcip.h>
 #include <asm/setup.h>
 
+#define IPI_IRQ                19
 #define SOFTIRQ_IRQ    21
 
 static char smp_cpuinfo_buf[128];