diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-02-23 13:35:12 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-02-24 11:07:31 +0530 |
commit | 9681787930cec7cee77db0a93c747153ef962b8a (patch) | |
tree | 93fdd869185b80017b1c12afa7376b766f43705c /arch/arc/kernel | |
parent | dbcbc7e7cee15058fdb9696b2b38c692680fc413 (diff) |
ARCv2: SMP: Push IPI_IRQ into IPI provider
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel')
-rw-r--r-- | arch/arc/kernel/mcip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/kernel/mcip.c b/arch/arc/kernel/mcip.c index 9e1bd03b87a6..e30d5d428330 100644 --- a/arch/arc/kernel/mcip.c +++ b/arch/arc/kernel/mcip.c @@ -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]; |