eqlock: cleanup

This commit is contained in:
cinap_lenrek 2012-01-15 14:31:53 +01:00
parent c11bed9f41
commit 413ab7785f

View file

@ -55,8 +55,7 @@ eqlock(QLock *q)
unlock(&q->use);
sched();
if(up->eql == 0){
if(up->notepending)
up->notepending = 0;
up->notepending = 0;
error(Eintr);
}
}