CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/02/28 10:23:25
Modified files:
sys/arch/mips64/include: cpu.h
sys/arch/mips64/mips64: clock.c
Log message:
Add an explicit `delay constant' member to struct cpu_info, so that it can
be decoupled from the nominal processor speed.
While there, make sure delay() gets a proper delay constant if invoked before
cpu0 attaches (how could I miss that when introducing struct cpu_hwinfo?!?)
