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

1991/1113/pc/clock.c (diff list | history)

1991/1113/sys/src/9/pc/clock.c:87,971991/1115/sys/src/9/pc/clock.c:87,96 (short | long | prev | next)
1991/0730    
			else 
				sched(); 
		} 
1991/0808    
		/* 
		 *  notes for processes that might be spinning 
		 *  in user mode. 
		 */ 
1991/1112    
		if((ur->cs&0xffff) == UESEL) 
			notify(ur); 
1991/1115    
		if((ur->cs&0xffff) == UESEL){ 
			spllo();		/* in case we fault */ 
			(*(ulong*)(USTKTOP-BY2WD)) += TK2MS(1);	/* profiling clock */ 
			splhi(); 
		} 
1991/0802    
	} 
1991/0808    
} 


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