CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2017/03/19 04:57:29
Modified files: sys/arch/luna88k/include: cpu.h sys/arch/luna88k/luna88k: clock.c machdep.c sys/arch/m88k/include: cpu.h sys/arch/m88k/m88k: m88k_machdep.c Log message: Put the address of the per-cpu clock and interrupt registers into the cpu_info struct, rather than fetching them from arrays every time they are needed. ok aoyama@