Index: kernel/generic/include/proc/thread.h
===================================================================
--- kernel/generic/include/proc/thread.h	(revision f74bbaf20e8d8be55495c56affc5b17ef6ea2bf0)
+++ kernel/generic/include/proc/thread.h	(revision 4365d108fca11d735aaf46f7098b7f1d5c2cbb52)
@@ -54,5 +54,9 @@
 /* Thread flags */
 
-/** Thread cannot be migrated to another CPU. */
+/** Thread cannot be migrated to another CPU.
+ *
+ * When using this flag, the caller must set cpu in the thread_t
+ * structure manually before calling thread_ready (even on uniprocessor).
+ */ 
 #define THREAD_FLAG_WIRED	(1 << 0)
 /** Thread was migrated to another CPU and has not run yet. */
