Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96817879 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARCv2: SMP: Push IPI_IRQ into IPI provider

parent dbcbc7e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
#else
#define TIMER0_IRQ      16
#define TIMER1_IRQ      17
#define IPI_IRQ         19
#endif

#include <linux/interrupt.h>
+1 −0
Original line number Diff line number Diff line
@@ -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];