]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/msr: Standardize on u64 in <asm/msr.h>
authorIngo Molnar <mingo@kernel.org>
Wed, 9 Apr 2025 20:28:48 +0000 (22:28 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 10 Apr 2025 09:57:40 +0000 (11:57 +0200)
commitdfe2574ce87e031c0c37d49b9bee7e1f3c95bff9
treee89d187497fc4d5a113f60a964c92c9c5f2bab57
parent0af2f6be1b4281385b618cb86ad946eded089ac8
x86/msr: Standardize on u64 in <asm/msr.h>

There's 9 uses of 'unsigned long long' in <asm/msr.h>, which is
really the same as 'u64', which is used 34 times.

Standardize on u64.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Juergen Gross <jgross@suse.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Dave Hansen <dave.hansen@intel.com>
Cc: Xin Li <xin@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/msr.h