aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@suse.de>2006-01-09 16:03:03 +0100
committerJens Axboe <axboe@suse.de>2006-01-09 16:03:03 +0100
commit1aea6434eebd25e532d2e5ddabf2733af4e1ff0b (patch)
treeb82aa8135d9c9f01a779be1977c0398cf2b406a8 /include/linux/interrupt.h
parent[BLOCK] ll_rw_blk: Enable out-of-order request completions through softirq (diff)
downloadlinux-dev-1aea6434eebd25e532d2e5ddabf2733af4e1ff0b.tar.xz
linux-dev-1aea6434eebd25e532d2e5ddabf2733af4e1ff0b.zip
[SCSI] Kill the SCSI softirq handling
This patch moves the SCSI softirq handling to the block layer version. There should be no functional changes. Signed-off-by: Jens Axboe <axboe@suse.de>
Diffstat (limited to '')
-rw-r--r--include/linux/interrupt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index f02204706984..2c08fdc2bdf7 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -113,7 +113,6 @@ enum
NET_TX_SOFTIRQ,
NET_RX_SOFTIRQ,
BLOCK_SOFTIRQ,
- SCSI_SOFTIRQ,
TASKLET_SOFTIRQ
};