diff options
| author | Ahmed S. Darwish <[email protected]> | 2025-05-08 15:02:36 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2025-05-16 08:49:55 +0000 |
| commit | 119deb95b0bc2793d4b002549444ce0aec346b4f (patch) | |
| tree | cbd61b390524e230f03bf6abefb2ebd5bece55cd /kernel/trace/trace_functions.c | |
| parent | x86/cacheinfo: Rename CPUID(0x2) descriptors iterator parameter (diff) | |
| download | kernel-119deb95b0bc2793d4b002549444ce0aec346b4f.tar.gz kernel-119deb95b0bc2793d4b002549444ce0aec346b4f.zip | |
x86/cpu/intel: Rename CPUID(0x2) descriptors iterator parameter
The CPUID(0x2) descriptors iterator has been renamed from:
for_each_leaf_0x2_entry()
to:
for_each_cpuid_0x2_desc()
since it iterates over CPUID(0x2) cache and TLB "descriptors", not
"entries".
In the macro's x86/cpu call-site, rename the parameter denoting the
parsed descriptor at each iteration from 'entry' to 'desc'.
Signed-off-by: Ahmed S. Darwish <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Andrew Cooper <[email protected]>
Cc: John Ogness <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'kernel/trace/trace_functions.c')
0 files changed, 0 insertions, 0 deletions
