summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa/intr_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/isa/intr_machdep.c')
-rw-r--r--sys/amd64/isa/intr_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/intr_machdep.c b/sys/amd64/isa/intr_machdep.c
index 59c739e..cfd6c69 100644
--- a/sys/amd64/isa/intr_machdep.c
+++ b/sys/amd64/isa/intr_machdep.c
@@ -604,7 +604,7 @@ static void
ithds_init(void *dummy)
{
- mtx_init(&ithds_table_lock, "ithread table lock", MTX_SPIN);
+ mtx_init(&ithds_table_lock, "ithread table lock", NULL, MTX_SPIN);
}
SYSINIT(ithds_init, SI_SUB_INTR, SI_ORDER_SECOND, ithds_init, NULL);
OpenPOWER on IntegriCloud