Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/x86
Module Name: src
Committed By: imil
Date: Thu May 1 05:17:31 UTC 2025
Modified Files:
src/sys/arch/x86/include: cpuvar.h
src/sys/arch/x86/x86: identcpu.c
Log Message:
Introduce cpu_max_hypervisor_cpuid to cache hypervisor CPUID leaf
This variable stores the maximum supported hypervisor CPUID leaf so that
future checks can avoid repeated calls to x86_cpuid().
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -u -r1.136 -r1.137 src/sys/arch/x86/x86/identcpu.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