mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 01:30:43 +00:00
Fix cut-n-paste brain-o.
Pointy-hat to: me
This commit is contained in:
parent
b5da4ce935
commit
5ae10ded6e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78762
@ -90,7 +90,7 @@ userret(register struct proc *p, struct trapframe *frame, u_quad_t oticks)
|
||||
postsig(sig);
|
||||
|
||||
mtx_lock_spin(&sched_lock);
|
||||
PROC_UNLOCK_NOSWITCH();
|
||||
PROC_UNLOCK_NOSWITCH(p);
|
||||
p->p_pri.pri_level = p->p_pri.pri_user;
|
||||
if (resched_wanted(p)) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user