linux-yocto/arch/x86/kernel/apic
Thomas Gleixner 02edee152d 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: Thomas Gleixner <tglx@linutronix.de>
2017-10-12 12:58:15 +02:00
..
apic_common.c x86/apic: Remove unused callbacks 2017-09-25 20:51:58 +02:00
apic_flat_64.c x86/apic: Remove unused callbacks 2017-09-25 20:51:58 +02:00
apic_noop.c x86/apic: Remove unused callbacks 2017-09-25 20:51:58 +02:00
apic_numachip.c x86/apic: Remove unused callbacks 2017-09-25 20:51:58 +02:00
apic.c x86/apic: Fix spelling mistake: "symmectic" -> "symmetric" 2017-09-28 12:22:40 +02:00
bigsmp_32.c x86/apic: Remove unused callbacks 2017-09-25 20:51:58 +02:00
htirq.c genirq/irqdomain: Update irq_domain_ops.activate() signature 2017-09-25 20:38:24 +02:00
hw_nmi.c kernel/watchdog: split up config options 2017-07-12 16:26:02 -07:00
io_apic.c x86/io_apic: Reevaluate vector configuration on activate() 2017-09-25 20:52:01 +02:00
ipi.c x86/kernel: Audit and remove any unnecessary uses of module.h 2016-07-14 15:06:41 +02:00
Makefile x86/apic: Sanitize 32/64bit APIC callbacks 2017-09-25 20:51:50 +02:00
msi.c x86/apic/msi: Force reactivation of interrupts at startup time 2017-09-25 20:52:00 +02:00
probe_32.c x86/apic: Remove unused callbacks 2017-09-25 20:51:58 +02:00
probe_64.c x86/apic: Remove duplicated include from probe_64.c 2016-07-19 16:02:31 +02:00
vector.c x86/apic/vector: Ignore set_affinity call for inactive interrupts 2017-10-12 12:58:15 +02:00
x2apic_cluster.c x86/apic: Use dead_cpu instead of current CPU when cleaning up 2017-09-27 09:37:41 +02:00
x2apic_phys.c x86/apic: Remove unused callbacks 2017-09-25 20:51:58 +02:00
x2apic_uv_x.c x86/apic: Remove unused callbacks 2017-09-25 20:51:58 +02:00
x2apic.h x86/apic: Sanitize return value of apic.set_apic_id() 2017-09-25 20:51:48 +02:00