Skip to content

Commit 6120f49

Browse files
committed
python/processor/sync_linux_definitions: add equivalence for MSR_AMD64_CPUID_FN_7
MSR_AMD64_CPUID_FN_7 was recently added by https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5b937a1ed64ebeba8876e398110a5790ad77407c "x86/rdrand: Disable RDSEED on AMD Cyan Skillfish"
1 parent 64794eb commit 6120f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/processor/sync_linux_definitions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def parse_perf_events_x86_mapfile(content: str, verbose: bool = False) -> None:
190190
LINUX_MSR_MAPPING: Mapping[str, str] = {
191191
"AMD64_BU_CFG2": "AMD64_CU_CFG2",
192192
"AMD64_CPUID_FN_1": "AMD64_CPUID_FEATURES",
193+
"AMD64_CPUID_FN_7": "AMD64_CPUID_7_FEATURES",
193194
"AMD64_IBSBRTARGET": "AMD64_BP_IBSTGT_RIP",
194195
"AMD64_IBSCTL": "AMD64_IBS_CTL",
195196
"AMD64_IBSDCLINAD": "AMD64_IBS_DC_LINADDR",

0 commit comments

Comments
 (0)