]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/kthread.c
kthread, sched: Remove reference to kthread_create_on_cpu
[net-next-2.6.git] / kernel / kthread.c
index fbb6222fe7e04d6dd863ea7975e70c4f3f78636d..82ed0ea15194caf27c72dd3a40d459731eb718df 100644 (file)
@@ -101,7 +101,7 @@ static void create_kthread(struct kthread_create_info *create)
  *
  * Description: This helper function creates and names a kernel
  * thread.  The thread will be stopped: use wake_up_process() to start
- * it.  See also kthread_run(), kthread_create_on_cpu().
+ * it.  See also kthread_run().
  *
  * When woken, the thread will run @threadfn() with @data as its
  * argument. @threadfn() can either call do_exit() directly if it is a