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

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jul 25 11:21:50 PDT 2007


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





More information about the Commits mailing list