jhb         2006-07-19 18:53:56 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_autoconf.c 
  Log:
  Add a mutex to protect the list of interrupt config hooks.  We do assume
  that the only remove hook operation that can occur while processing the
  hooks is to remove the currently executing hook.  This should be safe as
  the existing code has assumed this already for a long time now.
  
  Reviewed by:    scottl
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +21 -11    src/sys/kern/subr_autoconf.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to