jhb         2006-06-26 18:34:45 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_module.c 
  Log:
  Address a problem I missed in removing Giant from the kernel linker.  Not
  all of the module event handlers are MP safe yet, so always acquire Giant
  for now when invoking module event handlers.  Eventually we can add an
  MPSAFE flag or some such and add appropriate locking to all module event
  handlers.
  
  Revision  Changes    Path
  1.51      +9 -3      src/sys/kern/kern_module.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to