Skip to content
Commit 02edee15 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/apic/vector: Ignore set_affinity call for inactive interrupts



The core interrupt code can call the affinity setter for inactive
interrupts under certain circumstances.

For inactive intererupts which use managed or reservation mode this is a
pointless exercise as the activation will assign a vector which fits the
destination mask.

Check for this and return w/o going through the vector assignment.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 331b57d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment