This time to the right branch

note the renaming of the kthread_xxx calls
This commit is contained in:
Julian Elischer 2007-10-21 04:27:07 +00:00
parent e1ff3d508a
commit 3d461febf0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172845

View File

@ -21,6 +21,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20071020:
The misnamed kthread_create() and friends have been renamed
to kproc_create() etc. Many of the callers already
used kproc_start()..
I will return kthread_create() and friends in a while
with implementations that actually create threads, not procs.
Renaming corresponds with version 800002.
20071010:
RELENG_7 branched.