Pass in process to mark ast on to aston().

This commit is contained in:
John Baldwin 2001-02-24 18:41:17 +00:00
parent 57e9624ec9
commit ad0a541a9e

View File

@ -80,7 +80,7 @@ struct clockframe {
#define need_proftick(p) do { \
mtx_lock_spin(&sched_lock); \
(p)->p_sflag |= PS_OWEUPC; \
aston(); \
aston((p)); \
mtx_unlock_spin(&sched_lock); \
} while (0)