cvs commit: src/sys/i386/isa npx.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Apr 29 19:53:01 PDT 2004


dillon      2004/04/29 19:52:28 PDT

DragonFly src repository

  Modified files:
    sys/i386/isa         npx.c 
  Log:
  Fix a race in npxdna().  If an interrupt occurs after we have set npxthread
  but before we call fxrstor() the thread switch would save someone else's
  FP state to our PCB.
  
  Fix a minor link problem when using CPU_DISABLE_SSE.
  
  Revision  Changes    Path
  1.16      +4 -1      src/sys/i386/isa/npx.c


http://www.dragonflybsd.org/cvsweb/src/sys/i386/isa/npx.c.diff?r1=1.15&r2=1.16&f=h





More information about the Commits mailing list