Module Name: src Committed By: maxv Date: Fri Nov 15 09:03:26 UTC 2019
Modified Files: src/sys/arch/amd64/amd64: cpufunc.S src/sys/arch/i386/i386: cpufunc.S src/sys/arch/x86/include: pio.h Log Message: Remove the ins* and outs* functions. Not sanitizer-friendly, and unused anyway. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/amd64/amd64/cpufunc.S cvs rdiff -u -r1.36 -r1.37 src/sys/arch/i386/i386/cpufunc.S cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/include/pio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.