summaryrefslogtreecommitdiffstats
path: root/sys/x86/iommu/intel_fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/x86/iommu/intel_fault.c')
-rw-r--r--sys/x86/iommu/intel_fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/iommu/intel_fault.c b/sys/x86/iommu/intel_fault.c
index bf79508..6f97946 100644
--- a/sys/x86/iommu/intel_fault.c
+++ b/sys/x86/iommu/intel_fault.c
@@ -271,7 +271,7 @@ dmar_init_fault_log(struct dmar_unit *unit)
M_DEVBUF, M_WAITOK | M_ZERO);
TASK_INIT(&unit->fault_task, 0, dmar_fault_task, unit);
- unit->fault_taskqueue = taskqueue_create_fast("dmar", M_WAITOK,
+ unit->fault_taskqueue = taskqueue_create_fast("dmarff", M_WAITOK,
taskqueue_thread_enqueue, &unit->fault_taskqueue);
taskqueue_start_threads(&unit->fault_taskqueue, 1, PI_AV,
"dmar%d fault taskq", unit->unit);
OpenPOWER on IntegriCloud