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

cvs commit: src/sys/platform/pc32/i386 trap.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 25 Jul 2007 11:21:36 -0700 (PDT)

dillon      2007/07/25 11:21:36 PDT

DragonFly src repository

  Modified files:
    sys/platform/pc32/i386 trap.c 
  Log:
  Turn syscall_mpsafe and trap_mpsafe on by default.  This causes system calls
  that are marked as being MP safe to actually run without the big giant lock.
  (NOTE: Our IO and VM paths are still not MP safe and will run with the big
  giant lock regardless).
  
  Revision  Changes    Path
  1.107     +2 -2      src/sys/platform/pc32/i386/trap.c


http://www.dragonflybsd.org/cvsweb/src/sys/platform/pc32/i386/trap.c.diff?r1=1.106&r2=1.107&f=u



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