]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3e57bb29f3af1210f8df0f09ab4d6420523a8390
tree920565aba013c83db09bc677c15d17280eee0707
parent8fff0a835a367a4489e62ba531809671b101deca
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