diff options
author | Richard Braun <rbraun@sceen.net> | 2018-02-07 00:29:21 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-02-12 21:08:22 +0100 |
commit | 92b6427b8192a932d1327ef3c43578a99b8107af (patch) | |
tree | 441bb20055318847b8a5887e87ba68150677e27a | |
parent | ac55d7efea51de8dea23a8a7d192560145f5c91c (diff) |
kern/percpu: add TODO entry
-rw-r--r-- | kern/percpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/percpu.h b/kern/percpu.h index 5c5748a7..e53f4e5a 100644 --- a/kern/percpu.h +++ b/kern/percpu.h @@ -116,6 +116,8 @@ INIT_OP_DECLARE(percpu_bootstrap); * * The dependency that provides access to percpu variables on all processors * is cpu_mp_probe. + * + * TODO Add percpu alias to cpu_mp_probe. */ INIT_OP_DECLARE(percpu_setup); |