diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-01-28 02:18:05 -0500 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-02-24 00:37:31 -0500 |
commit | dbcbc7e7cee15058fdb9696b2b38c692680fc413 (patch) | |
tree | 93b74e1837a1d0c918f72f10044badbf56249a9d /arch/arc/kernel | |
parent | bb143f814ea488769ca2e79e0b376139cb5f134b (diff) |
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, | |||
81 | { | 81 | { |
82 | switch (irq) { | 82 | switch (irq) { |
83 | case TIMER0_IRQ: | 83 | case TIMER0_IRQ: |
84 | #ifdef CONFIG_SMP | ||
85 | case IPI_IRQ: | ||
86 | #endif | ||
87 | irq_set_chip_and_handler(irq, &onchip_intc, handle_percpu_irq); | 84 | irq_set_chip_and_handler(irq, &onchip_intc, handle_percpu_irq); |
88 | break; | 85 | break; |
89 | default: | 86 | default: |