Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 1996 05:50:23 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/isa clock.c
Message-ID:  <199606171250.FAA15353@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         96/06/17 05:50:23

  Modified:    sys/i386/isa  clock.c
  Log:
  In getit(), use read_eflags()/write_eflags() to preserve the interrupt
  enable flag instead of enable_intr() to restore it to its usual state.
  getit() is only called from DELAY() so there is no point in optimising
  its speed (this wasn't so clear when it was extern), and using
  enable_intr() made it inconvenient to call DELAY() from probes that need
  to run with interrupts disabled.
  
  Revision  Changes    Path
  1.61      +8 -3      src/sys/i386/isa/clock.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606171250.FAA15353>