diff options
author | Thomas Gleixner <[email protected]> | 2023-08-14 10:18:40 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2023-10-10 14:38:18 +0200 |
commit | 4705243d237ab6abd8696e9672ad3fb36587c6f6 (patch) | |
tree | 157d67d38eeab85b79545917ed0b98e19256cc90 /scripts/generate_rust_analyzer.py | |
parent | 9ff4275bc8fd7bd5ac4677e2724397f8db3209bf (diff) |
x86/apic: Use u32 for APIC IDs in global data
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 the most obvious usage sites of that.
The APIC callbacks will be addressed separately.
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