]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/apic: Mark single target interrupts
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Jun 2017 23:37:54 +0000 (01:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 22 Jun 2017 16:21:26 +0000 (18:21 +0200)
commit3ca57222c36ba31b80aa25de313f3c8ab26a8102
tree606308da3d1a4e492153f0612363d7cfc9e9ea16
parent8f31a9845db348f5781df47ce04c79e4cfe90016
x86/apic: Mark single target interrupts

If the interrupt destination mode of the APIC is physical then the
effective affinity is restricted to a single CPU.

Mark the interrupt accordingly in the domain allocation code, so the core
code can avoid pointless affinity setting attempts.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Keith Busch <keith.busch@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Christoph Hellwig <hch@lst.de>
Link: http://lkml.kernel.org/r/20170619235447.508846202@linutronix.de
arch/x86/kernel/apic/vector.c