]> Git Repo - linux.git/commit
x86/resctrl: Move MSR defines into msr-index.h
authorBorislav Petkov <[email protected]>
Sun, 6 Nov 2022 21:24:08 +0000 (22:24 +0100)
committerBorislav Petkov <[email protected]>
Sun, 27 Nov 2022 22:00:45 +0000 (23:00 +0100)
commit97fa21f65c3eb5bbab9b4734bed37fd624cddd86
tree878ddd74024e648d6d697012e91a5d35d9c56e82
parent2d4daa549c17b6ba4845a751c7a78d3b2419d78f
x86/resctrl: Move MSR defines into msr-index.h

msr-index.h should contain all MSRs for easier grepping for MSR numbers
when dealing with unchecked MSR access warnings, for example.

Move the resctrl ones. Prefix IA32_PQR_ASSOC with "MSR_" while at it.

No functional changes.

Signed-off-by: Borislav Petkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/include/asm/msr-index.h
arch/x86/include/asm/resctrl.h
arch/x86/kernel/cpu/resctrl/core.c
arch/x86/kernel/cpu/resctrl/internal.h
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
This page took 0.057246 seconds and 4 git commands to generate.