K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-02-22T18:05:15.000000Z K 7 svn:log V 395 - Change ast() to take a pointer to a trapframe like other architectures. - Don't use an atomic operation to update cnt.v_soft in ast(). This is the only place the variable is written to, and sched_lock is always held when it is written, so it is already protected and the mutex release of sched_lock asserts a memory barrier that ensures the value will be updated in a timely fashion. END