Fix whitespace botch that only showed up in the commit message diff :-/
MFC after: 4 days
This commit is contained in:
parent
2627ac6f42
commit
f8135176c9
@ -1302,7 +1302,7 @@ sched_switch(struct thread *td, struct thread *newtd, int flags)
|
||||
*/
|
||||
newtd->td_kse->ke_flags |= KEF_DIDRUN;
|
||||
SLOT_USE(newtd->td_ksegrp);
|
||||
TD_SET_RUNNING(newtd);
|
||||
TD_SET_RUNNING(newtd);
|
||||
kseq_load_add(KSEQ_SELF(), newtd->td_kse);
|
||||
} else
|
||||
newtd = choosethread();
|
||||
|
Loading…
Reference in New Issue
Block a user