]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
genirq: Introduce IRQD_SINGLE_TARGET flag
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Jun 2017 23:37:52 +0000 (01:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 22 Jun 2017 16:21:25 +0000 (18:21 +0200)
commitd52dd44175bd27ad9d8e34a994fb80877c1f6d61
treed9418a898e1a4653d9ed83aac1e4f179640999c0
parentc5cb83bb337c25caae995d992d1cdf9b317f83de
genirq: Introduce IRQD_SINGLE_TARGET flag

Many interrupt chips allow only a single CPU as interrupt target. The core
code has no knowledge about that. That's unfortunate as it could avoid
trying to readd a newly online CPU to the effective affinity mask.

Add the status flag and the necessary accessors.

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.352343969@linutronix.de
include/linux/irq.h
kernel/irq/debugfs.c