| plan 9 kernel history: overview | file list | diff list |
1991/0711/ss/clock.c (diff list | history)
| 1990/1227/sys/src/9/ss/clock.c:59,65 – 1991/0711/sys/src/9/ss/clock.c:59,68 (short | long | prev | next) | ||
| 1990/1227 | if((ur->psr&SPL(0xF))==0 && p && p->state==Running){ if(anyready()) sched(); | |
| 1990/1223 |
| |
| 1991/0711 | if((ur->psr&PSRPSUPER) == 0){ *(ulong*)(USTKTOP-BY2WD) += TK2MS(1); if(u->nnote) notify(ur); } | |
| 1990/1223 | } } | |