Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src
Module Name: src
Committed By: martin
Date: Fri Dec 24 12:58:15 UTC 2021
Modified Files:
src/sys/arch/x86/include [netbsd-9]: cacheinfo.h cpu.h
src/sys/arch/x86/x86 [netbsd-9]: identcpu.c identcpu_subr.c
src/usr.sbin/cpuctl/arch [netbsd-9]: cpuctl_i386.h i386.c
Log Message:
Pull up the following (all via patch), requested by msaitoh in ticket #1396:
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.28 -r1.28.2.1 src/sys/arch/x86/include/cacheinfo.h
cvs rdiff -u -r1.107.2.1 -r1.107.2.2 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r1.93.2.4 -r1.93.2.5 src/sys/arch/x86/x86/identcpu.c
cvs rdiff -u -r1.7.2.2 -r1.7.2.3 src/sys/arch/x86/x86/identcpu_subr.c
cvs rdiff -u -r1.4.2.1 -r1.4.2.2 src/usr.sbin/cpuctl/arch/cpuctl_i386.h
cvs rdiff -u -r1.104.2.8 -r1.104.2.9 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.
Home |
Main Index |
Thread Index |
Old Index