cvs commit: src/sys/i386/isa clock.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Jul 10 15:16:18 PDT 2004


marcel      2004-07-10 22:16:18 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         clock.c 
  Log:
  Call getit() unconditionally and only grab clock_lock when the
  debugger is not active. The fixes breakages of DELAY() when
  running in the debugger, because not calling getit() when the
  debugger is active yields a DELAY that doesn't.
  
  Revision  Changes    Path
  1.212     +13 -20    src/sys/i386/isa/clock.c


More information about the cvs-src mailing list