DragonFly commits List (threaded) for 2008-04
DragonFly BSD
DragonFly commits List (threaded) for 2008-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern vfs_bio.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 29 Apr 2008 21:11:44 -0700 (PDT)

dillon      2008/04/29 21:11:44 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  Change the SMP wakeup() code to send an IPI to the target cpu's in parallel
  instead of chaining the message.  This fixes a stack depth assertion in the
  IPI processing code that Sephe was hitting in his network work.  The target
  cpu _wakeup() code no longer recurses the IPI subsystem.
  
  Reported-by: "Sepherosa Ziehau" <sepherosa@gmail.com>
  
  Revision  Changes    Path
  1.100     +2 -0      src/sys/kern/vfs_bio.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_bio.c.diff?r1=1.99&r2=1.100&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]