eqlock: cleanup

front
cinap_lenrek 2012-01-15 14:31:53 +01:00
parent c11bed9f41
commit 413ab7785f
1 changed files with 1 additions and 2 deletions

View File

@ -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);
} }
} }