diff options
author | Peter Zijlstra <peterz@infradead.org> | 2014-06-25 07:13:07 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-07-05 11:17:26 +0200 |
commit | a77353e5eb56b6c6098bfce59aff1f449451b0b7 (patch) | |
tree | 5728e7452061d5edc49059d0c8e97f473e7fea83 /fs/ncpfs | |
parent | 51da9830d7a58c8f77127c622ee57d453c88af09 (diff) | |
download | op-kernel-dev-a77353e5eb56b6c6098bfce59aff1f449451b0b7.zip op-kernel-dev-a77353e5eb56b6c6098bfce59aff1f449451b0b7.tar.gz |
irq_work: Remove BUG_ON in irq_work_run()
Because of a collision with 8d056c48e486 ("CPU hotplug, smp: flush any
pending IPI callbacks before CPU offline"), which ends up calling
hotplug_cfd()->flush_smp_call_function_queue()->irq_work_run(), which
is not from IRQ context.
And since that already calls irq_work_run() from the hotplug path,
remove our entire hotplug handling.
Reported-by: Stephen Warren <swarren@wwwdotorg.org>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-busatzs2gvz4v62258agipuf@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'fs/ncpfs')
0 files changed, 0 insertions, 0 deletions