DragonFly commits List (threaded) for 2004-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/i386/isa npx.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]