提交 301ba045 编写于 作者: A Anton Blanchard 提交者: Ingo Molnar

kthread, sched: Remove reference to kthread_create_on_cpu

kthread_create_on_cpu doesn't exist so update a comment in
kthread.c to reflect this.
Signed-off-by: NAnton Blanchard <anton@samba.org>
Acked-by: NRusty Russell <rusty@rustcorp.com.au>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <20100209040740.GB3702@kryten>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 fa535a77
...@@ -101,7 +101,7 @@ static void create_kthread(struct kthread_create_info *create) ...@@ -101,7 +101,7 @@ static void create_kthread(struct kthread_create_info *create)
* *
* Description: This helper function creates and names a kernel * Description: This helper function creates and names a kernel
* thread. The thread will be stopped: use wake_up_process() to start * 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 * When woken, the thread will run @threadfn() with @data as its
* argument. @threadfn() can either call do_exit() directly if it is a * argument. @threadfn() can either call do_exit() directly if it is a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册