diff options
Diffstat (limited to 'kern/sref.c')
-rw-r--r-- | kern/sref.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/sref.c b/kern/sref.c index 5cb6620c..3603e781 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)); |