summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 50c91c7..2b5ac5a 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -334,7 +334,7 @@ init_locks(void)
{
#ifdef USE_COMLOCK
- mtx_init(&com_mtx, "com", MTX_SPIN);
+ mtx_init(&com_mtx, "com", NULL, MTX_SPIN);
#endif /* USE_COMLOCK */
}
@@ -1928,7 +1928,7 @@ start_all_aps(u_int boot_addr)
POSTCODE(START_ALL_APS_POST);
- mtx_init(&ap_boot_mtx, "ap boot", MTX_SPIN);
+ mtx_init(&ap_boot_mtx, "ap boot", NULL, MTX_SPIN);
/* initialize BSP's local APIC */
apic_initialize();
OpenPOWER on IntegriCloud