Date: Sat, 4 Jun 2005 21:50:44 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha delay.c Message-ID: <200506042150.j54LoiRj095221@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2005-06-04 21:50:44 UTC FreeBSD src repository Modified files: sys/boot/alpha/libalpha delay.c Log: Fix delay(). The processor cycle counter is a 32-bit wrapping counter. Hence, mask off the upper 32 bits and deal with wrap-arounds. MFC after: 1 week Revision Changes Path 1.4 +8 -5 src/sys/boot/alpha/libalpha/delay.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506042150.j54LoiRj095221>