Source-Changes archive

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

CVS commit: src/sys/arch/x86/x86



Module Name:    src
Committed By:   msaitoh
Date:           Fri Jan 14 15:48:51 UTC 2022

Modified Files:
        src/sys/arch/x86/x86: procfs_machdep.c

Log Message:
Update for cpuid flags:

 - The table 11 was changed from CPUID 0x0f leaf 0 %edx to a Linux mapping.
 - The table 12 was changed from CPUID 0x0f leaf 1 %edx to CPUID 0x07 leaf 1
   %edx. Print avx_vnni and avx512_bf16.
 - Print cppc, enqcmd and arch_lbr.
 - Modify linux mapping. No used on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/x86/x86/procfs_machdep.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