diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-01-28 10:18:05 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-02-24 08:37:31 +0300 |
commit | dbcbc7e7cee15058fdb9696b2b38c692680fc413 (patch) | |
tree | 93b74e1837a1d0c918f72f10044badbf56249a9d /arch/arc/kernel | |
parent | bb143f814ea488769ca2e79e0b376139cb5f134b (diff) | |
download | linux-dbcbc7e7cee15058fdb9696b2b38c692680fc413.tar.xz |
ARC: [intc-compact] Remove IPI setup from ARCompact port
There is no real ARC700 based SMP SoC so remove IPI definition.
EZChip's SMP ARC700 is going to use a different intc and IPI provider
anyways.
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel')
-rw-r--r-- | arch/arc/kernel/intc-compact.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/kernel/intc-compact.c b/arch/arc/kernel/intc-compact.c index 06bcedf19b62..224d1c3aa9c4 100644 --- a/arch/arc/kernel/intc-compact.c +++ b/arch/arc/kernel/intc-compact.c @@ -81,9 +81,6 @@ static int arc_intc_domain_map(struct irq_domain *d, unsigned int irq, { switch (irq) { case TIMER0_IRQ: -#ifdef CONFIG_SMP - case IPI_IRQ: -#endif irq_set_chip_and_handler(irq, &onchip_intc, handle_percpu_irq); break; default: |