diff options
author | Ingo Molnar <mingo@kernel.org> | 2025-03-18 01:18:24 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-03-19 13:19:28 +0300 |
commit | a46f322661857d58b93f557bcb708260f18c18fd (patch) | |
tree | 4a88988b6576e79700fd2a8d8402cf06173153b9 /tools/perf/scripts/python/task-analyzer.py | |
parent | cfb4fc5f089a90b44832656ebe4504fcc41058ea (diff) | |
download | linux-a46f322661857d58b93f557bcb708260f18c18fd.tar.xz |
x86/cpuid: Use u32 in instead of uint32_t in <asm/cpuid/api.h>
Use u32 instead of uint32_t in hypervisor_cpuid_base().
Yes, uint32_t is used in Xen code et al, but this is a core x86
architecture header and we should standardize on the type that
is being used overwhelmingly in related x86 architecture code.
The two types are the same so there should be no build warnings.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: John Ogness <john.ogness@linutronix.de>
Cc: "Ahmed S. Darwish" <darwi@linutronix.de>
Cc: x86-cpuid@lists.linux.dev
Link: https://lore.kernel.org/r/20250317221824.3738853-6-mingo@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions