plan 9 kernel history: overview | file list | diff list

1991/0710/power/clock.c (diff list | history)

1991/0614/sys/src/9/power/clock.c:115,1221991/0710/sys/src/9/power/clock.c:115,125 (short | long | prev | next)
1991/0614    
				else 
					sched(); 
			} 
1991/0209    
			if(u->nnote && (ur->status&KUP)) 
				notify(ur); 
1991/0710    
			if(ur->status & KUP){ 
				(*(ulong*)(USTKTOP-BY2WD)) += TK2MS(1);	/* profiling clock */ 
				if(u->nnote) 
					notify(ur); 
			} 
1991/0209    
		} 
1990/0227    
		return; 
	} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)