summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/mcip.c
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2016-03-30 15:05:28 +0200
committerVineet Gupta <vgupta@synopsys.com>2016-05-09 06:02:30 +0200
commit88555cc584d93e658722f090d3f8fb84d5fa15a5 (patch)
treecf083a71fd4d4ab304e10843d058e004bd1cd140 /arch/arc/kernel/mcip.c
parentARC: clocksource: DT based probe (diff)
downloadlinux-88555cc584d93e658722f090d3f8fb84d5fa15a5.tar.xz
linux-88555cc584d93e658722f090d3f8fb84d5fa15a5.zip
ARC: irq: export some IRQs again
This will be needed for switching to linear irq domain as irq_create_mapping() called by intr code needs the IRQ numbers in addition to existing usage in mcip.c for requesting the irq Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/mcip.c')
-rw-r--r--arch/arc/kernel/mcip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/kernel/mcip.c b/arch/arc/kernel/mcip.c
index 262d9c3771e6..72f9179b1a24 100644
--- a/arch/arc/kernel/mcip.c
+++ b/arch/arc/kernel/mcip.c
@@ -15,9 +15,6 @@
#include <asm/mcip.h>
#include <asm/setup.h>
-#define IPI_IRQ 19
-#define SOFTIRQ_IRQ 21
-
static char smp_cpuinfo_buf[128];
static int idu_detected;