mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
genirq: Remove redundant thread affinity setting
Thread affinity is already set by setup_affinity(). Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
3b8249e759
commit
2b879eaf09
@ -309,8 +309,6 @@ int irq_select_affinity_usr(unsigned int irq, struct cpumask *mask)
|
||||
|
||||
raw_spin_lock_irqsave(&desc->lock, flags);
|
||||
ret = setup_affinity(irq, desc, mask);
|
||||
if (!ret)
|
||||
irq_set_thread_affinity(desc);
|
||||
raw_spin_unlock_irqrestore(&desc->lock, flags);
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user