diff options
author | Richard Braun <rbraun@sceen.net> | 2018-01-16 01:19:39 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-01-16 01:19:39 +0100 |
commit | 884e2de718cc47bb9e5200d866f41c88e74ba3c0 (patch) | |
tree | 2ce6135ec2c48872a34dbf133a3f16ea8a6159ed /kern/xcall.c | |
parent | 1aa9bbc070f95949419818682d4fcd628b2c3cf0 (diff) |
kern/percpu: improve initop descriptions and fix dependencies
Diffstat (limited to 'kern/xcall.c')
-rw-r--r-- | kern/xcall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/xcall.c b/kern/xcall.c index 215c1c78..fb60bacc 100644 --- a/kern/xcall.c +++ b/kern/xcall.c @@ -129,6 +129,7 @@ xcall_setup(void) } INIT_OP_DEFINE(xcall_setup, + INIT_OP_DEP(cpu_mp_probe, true), INIT_OP_DEP(thread_bootstrap, true), INIT_OP_DEP(spinlock_setup, true)); |