diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-01-18 15:12:26 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-02-15 23:16:15 +0530 |
commit | decae9d3e87b5454b3b190d8e00b063175a3a091 (patch) | |
tree | c4bff4f64a275269f856fcddef662a14aa5e6490 /arch/arc/plat-arcfpga | |
parent | e97ff121ae61ba80e41b2cc3bd6dfe9886d22505 (diff) | |
download | blackbird-op-linux-decae9d3e87b5454b3b190d8e00b063175a3a091.tar.gz blackbird-op-linux-decae9d3e87b5454b3b190d8e00b063175a3a091.zip |
ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core
For now this will suffice for all platforms, later exotic ones needs to
get this from DeviceTree
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arc/plat-arcfpga')
-rw-r--r-- | arch/arc/plat-arcfpga/include/plat/irq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arc/plat-arcfpga/include/plat/irq.h b/arch/arc/plat-arcfpga/include/plat/irq.h index 6515df232f21..41e335670f60 100644 --- a/arch/arc/plat-arcfpga/include/plat/irq.h +++ b/arch/arc/plat-arcfpga/include/plat/irq.h @@ -12,12 +12,6 @@ #ifndef __PLAT_IRQ_H #define __PLAT_IRQ_H -#ifdef CONFIG_SMP -#define NR_IRQS 32 -#else -#define NR_IRQS 16 -#endif - #define UART0_IRQ 5 #define UART1_IRQ 10 #define UART2_IRQ 11 |