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

cvs commit: src/sys/kern kern_intr.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Nov 2005 13:50:26 -0800 (PST)

dillon      2005/11/21 13:50:26 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_intr.c 
  Log:
  Add a sysctl and tunable kern.intr_mpsafe which allows threaded interrupts
  marked INTR_MPSAFE to run without the MP lock.  This sysctl is disabled (0)
  by default.
  
  Revision  Changes    Path
  1.35      +49 -7     src/sys/kern/kern_intr.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_intr.c.diff?r1=1.34&r2=1.35&f=u



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