summaryrefslogtreecommitdiff
path: root/kern/sref.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/sref.c')
-rw-r--r--kern/sref.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kern/sref.c b/kern/sref.c
index f145f80e..2b20cb4d 100644
--- a/kern/sref.c
+++ b/kern/sref.c
@@ -827,6 +827,8 @@ sref_bootstrap(void)
}
INIT_OP_DEFINE(sref_bootstrap,
+ INIT_OP_DEP(cpu_setup, true),
+ INIT_OP_DEP(spinlock_setup, true),
INIT_OP_DEP(syscnt_setup, true));
static void __init
@@ -876,10 +878,10 @@ sref_setup(void)
INIT_OP_DEFINE(sref_setup,
INIT_OP_DEP(cpu_mp_probe, true),
+ INIT_OP_DEP(cpumap_setup, true),
INIT_OP_DEP(log_setup, true),
INIT_OP_DEP(panic_setup, true),
INIT_OP_DEP(sref_bootstrap, true),
- INIT_OP_DEP(syscnt_setup, true),
INIT_OP_DEP(thread_setup, true));
void