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

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Sep 7 12:32:26 PDT 2007


dillon      2007/09/07 12:31:31 PDT

DragonFly src repository

  Modified files:
    sys/platform/pc32/i386 trap.c 
  Log:
  Remove a bogus assertion.  in_vm86call may have been set by some unrelated
  thread.  We have to check that we are in an emulated 8086 mode before we
  can assert that the MP lock is held.
  
  Reported-by: Rumko <rumcic at gmail.com>
  
  Revision  Changes    Path
  1.108     +0 -1      src/sys/platform/pc32/i386/trap.c


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





More information about the Commits mailing list