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

Commit fbf855d7 authored by Matt Turner's avatar Matt Turner Committed by Linus Torvalds
Browse files

alpha: fix compile error from IRQ clean up

parent cfd80652
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ static int
titan_set_irq_affinity(struct irq_data *d, const struct cpumask *affinity,
		       bool force)
{ 
	unsigned int irq = d->irq;
	spin_lock(&titan_irq_lock);
	titan_cpu_set_irq_affinity(irq - 16, *affinity);
	titan_update_irq_hw(titan_cached_irq_mask);