K 10 svn:author V 3 jhb K 8 svn:date V 27 2003-04-25T20:06:30.000000Z K 7 svn:log V 233 - Don't bother using the proc lock to test just P_SYSTEM as that is set in fork1() and never changes. - The proc lock is enough to cover reading p_state, so push down sched_lock into the PRS_NORMAL case of the switch on p_state. END