diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-02-01 21:14:11 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-02-06 20:37:57 +0300 |
commit | fe7b10994618c846481fbcf9212d296df47bc1dc (patch) | |
tree | 338d8b07709af9d71d70b3aa86c03dfcc45b56de /arch/arc/include | |
parent | e98a7bf0b094dea1ceed3a4d52584dcd59af0980 (diff) | |
download | linux-fe7b10994618c846481fbcf9212d296df47bc1dc.tar.xz |
ARC: [intc-*]: confine NR_CPU_IRQS to intc code
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>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/include/asm/irq.h b/arch/arc/include/asm/irq.h index c0fa0d2de400..19deab06b07a 100644 --- a/arch/arc/include/asm/irq.h +++ b/arch/arc/include/asm/irq.h @@ -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 */ |