summaryrefslogtreecommitdiff
path: root/kern/llsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/llsync.c')
-rw-r--r--kern/llsync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/llsync.c b/kern/llsync.c
index 36233fac..5fcbd736 100644
--- a/kern/llsync.c
+++ b/kern/llsync.c
@@ -108,6 +108,7 @@ llsync_setup(void)
}
INIT_OP_DEFINE(llsync_setup,
+ INIT_OP_DEP(cpu_mp_probe, true),
INIT_OP_DEP(log_setup, true),
INIT_OP_DEP(mutex_setup, true),
INIT_OP_DEP(spinlock_setup, true),