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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Nov 2013 00:32:22 +0000 (09:32 +0900)
commitfc21c0cff2f425891b28ff6fb6b03b325c977428
tree920565aba013c83db09bc677c15d17280eee0707
parentc853b167e6ec1f25023cfc58ba2f43f9f6f5b49b
revert "softirq: Add support for triggering softirq work on softirqs"

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>
include/linux/interrupt.h
kernel/softirq.c