K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-02-22T17:21:45.000000Z K 7 svn:log V 216 Don't do a PHOLD() in kthread_create() w/o a matching PRELE() in kthread_exit(). Rather than add the missing PRELE() I chose to just axe the PHOLD() since it was redundant with the P_SYSTEM flag. MFC after: 1 week END