Changes the order of the setting the int happened (inside
the lock).
This commit is contained in:
parent
5111f97cde
commit
50633289e3
@ -617,8 +617,8 @@ msgring_process_fast_intr(void *arg)
|
||||
* messages
|
||||
*/
|
||||
disable_msgring_int(NULL);
|
||||
it->i_pending = 1;
|
||||
thread_lock(td);
|
||||
it->i_pending = 1;
|
||||
if (TD_AWAITING_INTR(td)) {
|
||||
CTR3(KTR_INTR, "%s: schedule pid %d (%s)", __func__, p->p_pid,
|
||||
p->p_comm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user