Module Name: src Committed By: martin Date: Fri Dec 24 13:02:25 UTC 2021
Modified Files: src/sys/arch/x86/include [netbsd-8]: cacheinfo.h cpu.h src/sys/arch/x86/x86 [netbsd-8]: identcpu.c identcpu_subr.c src/usr.sbin/cpuctl/arch [netbsd-8]: cpuctl_i386.h i386.c Log Message: Pull up the following (all via patch), requested by msaitoh in ticket #1721: usr.sbin/cpuctl/arch/i386.c 1.118-1.119, 1.121-1.122 usr.sbin/cpuctl/arch/cpuctl_i386.h 1.6 sys/arch/x86/x86/identcpu_subr.c 1.8-1.9 sys/arch/x86/x86/identcpu.c 1.123 sys/arch/x86/include/cacheinfo.h 1.30 sys/arch/x86/include/cpu.h 1.132 - Fix a bug that some TLB related lines were not printed. - Fix a bug that STLB is printed as DTLB. - If a TLB is variable sized, print the max size instead of error message. - Cosmetic changes to improve readability. To generate a diff of this commit: cvs rdiff -u -r1.22.10.4 -r1.22.10.5 src/sys/arch/x86/include/cacheinfo.h cvs rdiff -u -r1.71.2.9 -r1.71.2.10 src/sys/arch/x86/include/cpu.h cvs rdiff -u -r1.55.2.12 -r1.55.2.13 src/sys/arch/x86/x86/identcpu.c cvs rdiff -u -r1.7.4.2 -r1.7.4.3 src/sys/arch/x86/x86/identcpu_subr.c cvs rdiff -u -r1.2.28.1 -r1.2.28.2 src/usr.sbin/cpuctl/arch/cpuctl_i386.h cvs rdiff -u -r1.74.6.12 -r1.74.6.13 src/usr.sbin/cpuctl/arch/i386.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.