eqlock: cleanup
This commit is contained in:
parent
c11bed9f41
commit
413ab7785f
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ eqlock(QLock *q)
|
||||||
unlock(&q->use);
|
unlock(&q->use);
|
||||||
sched();
|
sched();
|
||||||
if(up->eql == 0){
|
if(up->eql == 0){
|
||||||
if(up->notepending)
|
up->notepending = 0;
|
||||||
up->notepending = 0;
|
|
||||||
error(Eintr);
|
error(Eintr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue