cvs commit: src/sys/kern kern_intr.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Nov 21 13:54:13 PST 2005


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





More information about the Commits mailing list