genirq/cpuhotplug: Avoid irq affinity setting for single targets
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Jun 2017 23:37:53 +0000 (01:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 22 Jun 2017 16:21:25 +0000 (18:21 +0200)
commit8f31a9845db348f5781df47ce04c79e4cfe90016
tree45f6d871655ef2859e0f558058c1b897ce6aec7f
parentd52dd44175bd27ad9d8e34a994fb80877c1f6d61
genirq/cpuhotplug: Avoid irq affinity setting for single targets

Avoid trying to add a newly online CPU to the effective affinity mask of an
started up interrupt. That interrupt will either stay on the already online
CPU or move around for no value.

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.431321047@linutronix.de
kernel/irq/cpuhotplug.c