ARC: [intc-*]: confine NR_CPU_IRQS to intc code
authorVineet Gupta <vgupta@synopsys.com>
Wed, 1 Feb 2017 18:14:11 +0000 (10:14 -0800)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 6 Feb 2017 17:37:57 +0000 (09:37 -0800)
And even this willl change in subsequent patches where we resort to
using run time info instead...

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/irq.h
arch/arc/kernel/intc-arcv2.c
arch/arc/kernel/intc-compact.c

index c0fa0d2de400a080d5061f8580c409cc500b58ba..19deab06b07a613bfcfa575215c5672d149d514c 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __ASM_ARC_IRQ_H
 #define __ASM_ARC_IRQ_H
 
-#define NR_CPU_IRQS    32  /* number of interrupt lines of ARC770 CPU */
 #define NR_IRQS                128 /* allow some CPU external IRQ handling */
 
 /* Platform Independent IRQs */
index 6ba2a84ab709385c9fd35dbba868eaa4e8f6eb5f..5c5769dd8f5dcf2e3aa303973dd2a568dba3d81a 100644 (file)
@@ -14,6 +14,8 @@
 #include <linux/irqchip.h>
 #include <asm/irq.h>
 
+#define NR_CPU_IRQS    32      /* number of irq lines coming in */
+
 /*
  * Early Hardware specific Interrupt setup
  * -Called very early (start_kernel -> setup_arch -> setup_processor)
index 8c1fd5c007822409ff9bc07e7dbec4eaa9fdad09..7e608c6b0a018697fb22c52c7fb4ac46a45fe2f0 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/irqchip.h>
 #include <asm/irq.h>
 
+#define NR_CPU_IRQS    32      /* number of irq lines coming in */
 #define TIMER0_IRQ     3       /* Fixed by ISA */
 
 /*