summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme/nvme_private.h
diff options
context:
space:
mode:
authorjimharris <jimharris@FreeBSD.org>2012-12-18 21:50:48 +0000
committerjimharris <jimharris@FreeBSD.org>2012-12-18 21:50:48 +0000
commit796ba045f48255fe58b9dce8027560ae8d70e5aa (patch)
tree33162efbbad822d9f8ad7155d560585edc851e7f /sys/dev/nvme/nvme_private.h
parent1588d05c3263d7a405b1ebb3de99f45860a4bde8 (diff)
downloadFreeBSD-src-796ba045f48255fe58b9dce8027560ae8d70e5aa.zip
FreeBSD-src-796ba045f48255fe58b9dce8027560ae8d70e5aa.tar.gz
Do not use taskqueue to defer completion work when using INTx. INTx now
matches MSI-X behavior. Sponsored by: Intel
Diffstat (limited to 'sys/dev/nvme/nvme_private.h')
-rw-r--r--sys/dev/nvme/nvme_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/nvme/nvme_private.h b/sys/dev/nvme/nvme_private.h
index 00cd04b..e811901 100644
--- a/sys/dev/nvme/nvme_private.h
+++ b/sys/dev/nvme/nvme_private.h
@@ -36,7 +36,6 @@
#include <sys/mutex.h>
#include <sys/rman.h>
#include <sys/systm.h>
-#include <sys/taskqueue.h>
#include <vm/uma.h>
@@ -222,8 +221,6 @@ struct nvme_controller {
int rid;
struct resource *res;
void *tag;
- struct task task;
- struct taskqueue *taskqueue;
bus_dma_tag_t hw_desc_tag;
bus_dmamap_t hw_desc_map;
OpenPOWER on IntegriCloud