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

1990/0614/power/clock.c (diff list | history)

1990/0227/sys/src/9/power/clock.c:17,231990/0614/sys/src/9/power/clock.c:17,23 (short | long | prev | next)
1990/0227    
	if(ms < 0) 
		ms = 0; 
	a = newalarm(); 
	a->dt = ms/MS2HZ; 
1990/0614    
	a->dt = MS2TK(ms); 
1990/0227    
	a->f = f; 
	a->arg = arg; 
	s = splhi(); 


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