Source-Changes archive

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

CVS commit: [netbsd-8] src/sys/arch



Module Name:    src
Committed By:   martin
Date:           Wed Aug  5 16:20:09 UTC 2020

Modified Files:
        src/sys/arch/x86/conf [netbsd-8]: files.x86
        src/sys/arch/x86/include [netbsd-8]: apicvar.h cpu.h
        src/sys/arch/x86/x86 [netbsd-8]: cpu.c hyperv.c tsc.c
        src/sys/arch/xen/conf [netbsd-8]: files.xen

Log Message:
Pull up the following revisions, requested by msaitoh in ticket #1593:

        sys/arch/x86/conf/files.x86                     1.108
        sys/arch/x86/include/apicvar.h                  1.7 via patch
        sys/arch/x86/include/cpu.h                      1.121
        sys/arch/x86/x86/cpu.c                          1.185 via patch
        sys/arch/x86/x86/hyperv.c                       1.7
        sys/arch/x86/x86/tsc.c                          1.41
        sys/arch/xen/conf/files.xen                     1.181

Get TSC frequency from CPUID 0x15 and/or x16 if it's available.
This change fixes a problem that newer Intel processors' timer
counts very slowly.


To generate a diff of this commit:
cvs rdiff -u -r1.88.6.2 -r1.88.6.3 src/sys/arch/x86/conf/files.x86
cvs rdiff -u -r1.5 -r1.5.80.1 src/sys/arch/x86/include/apicvar.h
cvs rdiff -u -r1.71.2.8 -r1.71.2.9 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r1.130.2.9 -r1.130.2.10 src/sys/arch/x86/x86/cpu.c
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/x86/x86/hyperv.c
cvs rdiff -u -r1.36.22.1 -r1.36.22.2 src/sys/arch/x86/x86/tsc.c
cvs rdiff -u -r1.147.2.3 -r1.147.2.4 src/sys/arch/xen/conf/files.xen

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