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

2001/0727/alphapc/mem.h (diff list | history)

2001/0727/sys/src/9/alphapc/mem.h:29,352002/0326/sys/src/9/alphapc/mem.h:29,34 (short | long | prev)
1999/0415    
#define	HZ		100			/* clock frequency */ 
#define	MS2HZ	(1000/HZ) 
#define	TK2SEC(t)	((t)/HZ)		/* ticks to seconds */ 
2000/0726    
#define	MS2TK(t)	(((t)*HZ+500)/1000)	/* milliseconds to closest tick */ 
1999/0415    
 
/* 
 * Magic registers 


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