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