CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/05/06 14:02:45
Modified files: sys/arch/mips64/include: param.h sys/arch/mips64/mips64: clock.c Log message: Fix signedness of comparison used to know whether we have already reached the next scheduled clock interrupt; the comparison would before always be true, causing the clock to really run at hz/2. While there, remove unused nanodelay() and attempt to clean clock initialization a bit.