summaryrefslogtreecommitdiff
path: root/kern/sref.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-08-06 11:45:48 +0200
committerRichard Braun <rbraun@sceen.net>2017-08-06 11:45:48 +0200
commitf780ce9bcec081b9327820d44412c07bf967095c (patch)
treea8115c2154bede760658d52f6ede78ad6c9bbb45 /kern/sref.c
parentcd89c58afd1917348157d5fceaa3657765c61ac3 (diff)
Fix dependencies on percpu_setup
Diffstat (limited to 'kern/sref.c')
-rw-r--r--kern/sref.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/sref.c b/kern/sref.c
index 5cb6620..3603e78 100644
--- a/kern/sref.c
+++ b/kern/sref.c
@@ -886,7 +886,6 @@ INIT_OP_DEFINE(sref_setup,
INIT_OP_DEP(log_setup, true),
INIT_OP_DEP(mutex_setup, true),
INIT_OP_DEP(panic_setup, true),
- INIT_OP_DEP(percpu_setup, true),
INIT_OP_DEP(sref_bootstrap, true),
INIT_OP_DEP(syscnt_setup, true),
INIT_OP_DEP(thread_setup, true));