Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbcbc7e7 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

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: default avatarVineet Gupta <vgupta@synopsys.com>
parent bb143f81
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
#ifdef CONFIG_ISA_ARCOMPACT
#define TIMER0_IRQ      3
#define TIMER1_IRQ      4
#define IPI_IRQ		(NR_CPU_IRQS-1) /* dummy to enable SMP build for up hardware */
#else
#define TIMER0_IRQ      16
#define TIMER1_IRQ      17
+0 −3
Original line number Diff line number Diff line
@@ -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: