X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=kernel%2Fkthread.c;h=82ed0ea15194caf27c72dd3a40d459731eb718df;hb=e2aed29f29d0d289df3b0b627b122832d4dc80fe;hp=fbb6222fe7e04d6dd863ea7975e70c4f3f78636d;hpb=881232b70b195768a71cd74ff4b4e8ab9502997b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/kernel/kthread.c b/kernel/kthread.c index fbb6222..82ed0ea 100644 --- a/kernel/kthread.c +++ b/kernel/kthread.c @@ -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