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:   maxv
Date:           Fri Jul  5 17:08:56 UTC 2019

Modified Files:
        src/sys/arch/amd64/amd64: cpufunc.S
        src/sys/arch/i386/i386: cpufunc.S
        src/sys/arch/x86/include: cpufunc.h
        src/sys/arch/x86/x86: fpu.c

Log Message:
More inlines, prerequisites for future changes. Also, remove fngetsw(),
which was a duplicate of fnstsw().


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/amd64/amd64/cpufunc.S
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/i386/i386/cpufunc.S
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/include/cpufunc.h
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/x86/fpu.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