CVSROOT: /cvs Module name: src Changes by: gerh...@cvs.openbsd.org 2013/06/02 12:16:42
Modified files: sys/arch/i386/i386: lapic.c sys/arch/amd64/amd64: lapic.c Log message: Fix a bug where the calibration loop could show wrong CPU frequencies. In case the 'starttick' had a rather large value, the code could miss one or more cycles of the i8254 timer. ok tedu@