revert "softirq: Add support for triggering softirq work on softirqs"
authorChristoph Hellwig <[email protected]>
Thu, 14 Nov 2013 22:32:06 +0000 (14:32 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/interrupt.h
kernel/softirq.c