K 10 svn:author V 3 phk K 8 svn:date V 27 2006-02-08T08:09:17.000000Z K 7 svn:log V 386 Simplify system time accounting for profiling. Rename struct thread's td_sticks to td_pticks, we will need the other name for more appropriately named use shortly. Reduce it from uint64_t to u_int. Clear td_pticks whenever we enter the kernel instead of recording its value as reference for userret(). Use the absolute value of td->pticks in userret() and eliminate third argument. END