cvs commit: src/sys/boot/alpha/libalpha delay.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 4 14:50:44 PDT 2005


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


More information about the cvs-src mailing list