diff options
-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); |