]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
genirq/cpuhotplug: Remove irq disabling logic
authorThomas Gleixner <tglx@linutronix.de>
Mon, 19 Jun 2017 23:37:25 +0000 (01:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 22 Jun 2017 16:21:16 +0000 (18:21 +0200)
commit0dd945ff4647a1f29c6ae8f4f9a69c8f37c994cf
tree84251b6b2c79f89ac5a2a5919254490596ccfe42
parent137221df69c6f8a7002f82dc3d95052d34f5667e
genirq/cpuhotplug: Remove irq disabling logic

This is called from stop_machine() with interrupts disabled. No point in
disabling them some more.

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