revert "softirq: Add support for triggering softirq work on softirqs"
authorChristoph Hellwig <hch@infradead.org>
Thu, 14 Nov 2013 22:32:06 +0000 (14:32 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 May 2015 16:51:33 +0000 (09:51 -0700)
commit5a4d93f39c3b3bce899891d39013bfc4ef2ab85a
treeca1fc4c662f7e53e3a2b36c6358635d1873f6cb9
parentcccea7f5c40ef96866d02be01e0712985940d102
revert "softirq: Add support for triggering softirq work on softirqs"

commit fc21c0cff2f425891b28ff6fb6b03b325c977428 upstream.

This commit was incomplete in that code to remove items from the per-cpu
lists was missing and never acquired a user in the 5 years it has been in
the tree.  We're going to implement what it seems to try to archive in a
simpler way, and this code is in the way of doing so.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Jan Kara <jack@suse.cz>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Pan Xinhui <xinhuix.pan@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/interrupt.h
kernel/softirq.c