eqlock: cleanup
parent
c11bed9f41
commit
413ab7785f
|
@ -55,7 +55,6 @@ 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…
Reference in New Issue