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

2001/0728/alphapc/devarch.c (diff list | history)

2001/0727/sys/src/9/alphapc/devarch.c:452,4582001/0728/sys/src/9/alphapc/devarch.c:452,458 (short | long | prev | next)
2000/0401    
	Hwcpu *cpu; 
 
	mhz = (m->cpuhz+999999)/1000000; 
	cpu = (Hwcpu*) ((ulong)hwrpb + hwrpb->cpuoff); 
2001/0728    
	cpu = (Hwcpu*) ((ulong)hwrpb + hwrpb->cpuoff);	/* NB CPU 0 */ 
2000/0401    
	cputype = "unknown"; 
	maj = (ulong)cpu->cputype; 
	if (maj < nelem(cpunames)) 


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