cvs commit: src/sys/kern kern_event.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Mar 25 10:33:14 PST 2006


dillon      2006/03/25 10:32:36 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_event.c 
  Log:
  Undo the last commit.  At the moment we require access to the structure
  to be serialized, and a great deal more work is required (not just a
  critical section) to make it MP safe.  That is why there is an assertion
  there instead of a critical section.
  
  Revision  Changes    Path
  1.20      +1 -4      src/sys/kern/kern_event.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_event.c.diff?r1=1.19&r2=1.20&f=u





More information about the Commits mailing list