K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-12-06T03:45:15.000000Z K 7 svn:log V 354 Pass RFSTOPPED to fork1() in kthread_create() to avoid a race condition where fork1() could put the process on the run queue where it could be snatched up by another CPU before kthread_create() had set the proper fork handler. Instead, we put the new kthread on the runqueue after its fork handler has been sent. Noticed by: jake Looked over by: peter END