summaryrefslogtreecommitdiff
path: root/kern/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/percpu.h')
-rw-r--r--kern/percpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/percpu.h b/kern/percpu.h
index 87d14703..1620f96f 100644
--- a/kern/percpu.h
+++ b/kern/percpu.h
@@ -37,6 +37,7 @@
* percpu variables from the local processor :
* - cpu_local_ptr()
* - cpu_local_var()
+ * TODO Document cpu_local_assign() and cpu_local_read().
*
* These accessors may generate optimized code.
*