summaryrefslogtreecommitdiff
path: root/kern/thread_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread_i.h')
-rw-r--r--kern/thread_i.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kern/thread_i.h b/kern/thread_i.h
index 4218b50b..c8a85f57 100644
--- a/kern/thread_i.h
+++ b/kern/thread_i.h
@@ -168,10 +168,9 @@ struct thread {
};
/*
- * Thread-specific data should only be used by architecture-dependent code.
- * For machine-independent code, new member variables should be added.
+ * Thread-specific data.
*
- * TODO move those to the TCB and remove.
+ * TODO Make optional.
*/
void *tsd[THREAD_KEYS_MAX];