cvs commit: src/sys/dev/serial/sio sio.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 16 10:08:55 PDT 2005


dillon      2005/07/16 10:07:22 PDT

DragonFly src repository

  Modified files:
    sys/dev/serial/sio   sio.c 
  Log:
  Add some missing crit_exit()'s.  The original code just assumed that the
  SPL would be cleaned up by the caller, but the SPL->crit conversion really
  requires that the routines be more self-contained.
  
  Revision  Changes    Path
  1.29      +9 -3      src/sys/dev/serial/sio/sio.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/serial/sio/sio.c.diff?r1=1.28&r2=1.29&f=u





More information about the Commits mailing list