Pass in process to mark ast on to aston().
This commit is contained in:
parent
57e9624ec9
commit
ad0a541a9e
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user