cvs commit: src/sys/kern subr_autoconf.c

John Baldwin jhb at FreeBSD.org
Wed Jul 19 18:53:57 UTC 2006


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


More information about the cvs-all mailing list