cvs commit: src/sys/kern subr_kobj.c src/sys/sys kobj.h

Peter Grehan grehan at FreeBSD.org
Sun Aug 7 02:20:36 GMT 2005


grehan      2005-08-07 02:20:35 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_kobj.c 
    sys/sys              kobj.h 
  Log:
  Export a routine, kobj_machdep_init(), that allows platforms
  to use the kobj subsystem as soon at mutex_init() has been called
  instead of having to wait for the SI_SUB_LOCK sysinit.
  
  Reviewed by:    dfr
  
  Revision  Changes    Path
  1.9       +11 -2     src/sys/kern/subr_kobj.c
  1.10      +5 -0      src/sys/sys/kobj.h


More information about the cvs-all mailing list