diff options
author | Thomas Gleixner <[email protected]> | 2023-08-14 10:18:42 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2023-10-10 14:38:19 +0200 |
commit | 8aa2a4178dc535591ac0c17de45b14fe7f6a05c7 (patch) | |
tree | 2e07f65e6e144833939e2e82ce7daf20ee8e561f /scripts/generate_rust_analyzer.py | |
parent | 5d376b8fb165eca33ea166ee43a637c8e912abd4 (diff) |
x86/apic: Use u32 for cpu_present_to_apicid()
APIC IDs are used with random data types u16, u32, int, unsigned int,
unsigned long.
Make it all consistently use u32 because that reflects the hardware
register width and fixup a few related usage sites for consistency sake.
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Juergen Gross <[email protected]>
Tested-by: Sohil Mehta <[email protected]>
Tested-by: Michael Kelley <[email protected]>
Tested-by: Peter Zijlstra (Intel) <[email protected]>
Tested-by: Zhang Rui <[email protected]>
Reviewed-by: Arjan van de Ven <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions