Remove reference to kthread_create_on_cpu
authorAnton Blanchard <anton@samba.org>
Tue, 9 Feb 2010 04:07:40 +0000 (15:07 +1100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 9 Feb 2010 10:28:48 +0000 (11:28 +0100)
kthread_create_on_cpu doesn't exist so update a comment in kthread.c to reflect
this.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/kthread.c

index fbb6222..82ed0ea 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