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

1999/0218/pc/archgeneric.c (diff list | history)

1999/0131/sys/src/9/pc/archgeneric.c:211,2171999/0218/sys/src/9/pc/archgeneric.c:211,217 (short | long | prev | next)
change m->cpumhz to m->cpuhz
rsc Fri Mar 4 12:44:25 2005
1998/0710    
cycletimerinit(void) 
{ 
1998/0716    
	wrmsr(0x10, 0); 
1998/0710    
	fasthz = 1000000LL*m->cpumhz; 
1999/0218    
	fasthz = m->cpuhz; 
1998/0710    
} 
 
/* 


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