Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   jdolecek
Date:           Wed Jun 20 20:43:21 UTC 2018

Modified Files:
        src/sys/arch/x86/include: fpu.h
        src/sys/arch/x86/x86: cpu.c fpu.c
        src/sys/arch/xen/x86: cpu.c

Log Message:
as a stop-gap, make fpuinit_mxcsr_mask() for native independant of
XSAVE as it should be, only xen case checks the flag now; need to
investigate further why exactly the fault happens for the xen
no-xsave case

pointed out by maxv


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/include/fpu.h
cvs rdiff -u -r1.156 -r1.157 src/sys/arch/x86/x86/cpu.c
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/x86/x86/fpu.c
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/xen/x86/cpu.c

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