Source-Changes archive

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

CVS commit: src/sys/arch/amd64



Module Name:    src
Committed By:   dsl
Date:           Wed Dec 11 22:06:51 UTC 2013

Modified Files:
        src/sys/arch/amd64/amd64: fpu.c
        src/sys/arch/amd64/include: fpu.h pcb.h

Log Message:
Remove the fields that were used to save the i387 fp state on interrupt.
They were written but never read.
Possibly they should be saved for 32 bit processes, but that might be a relic
  from real i387 where the fpu was actully asynchronous.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/amd64/amd64/fpu.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/amd64/include/fpu.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/amd64/include/pcb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index