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

Commit 07a80e49 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] Sibyte: pin timer interrupt to their cores.



Or strange things will happen.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a57c2289
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -143,7 +143,10 @@ void __cpuinit sb1480_clockevent_init(void)

	action->handler	= sibyte_counter_handler;
	action->flags	= IRQF_DISABLED | IRQF_PERCPU;
	action->mask	= cpumask_of_cpu(cpu);
	action->name	= name;
	action->dev_id	= cd;

	irq_set_affinity(irq, cpumask_of_cpu(cpu));
	setup_irq(irq, action);
}
+3 −0
Original line number Diff line number Diff line
@@ -142,7 +142,10 @@ void __cpuinit sb1250_clockevent_init(void)

	action->handler	= sibyte_counter_handler;
	action->flags	= IRQF_DISABLED | IRQF_PERCPU;
	action->mask	= cpumask_of_cpu(cpu);
	action->name	= name;
	action->dev_id	= cd;

	irq_set_affinity(irq, cpumask_of_cpu(cpu));
	setup_irq(irq, action);
}