]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/idle: Change arguments of mwait_idle_with_hints() to u32
authorUros Bizjak <ubizjak@gmail.com>
Thu, 3 Apr 2025 07:30:49 +0000 (09:30 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 3 Apr 2025 14:27:42 +0000 (16:27 +0200)
commita17b37a3f416c9e385bbd2b5fc603d337eab76eb
tree485863e512437fbddfba36d2e1c938ff3601cfc7
parent2fb34b1566a386913b291d04f91ba6f6e6a5bb99
x86/idle: Change arguments of mwait_idle_with_hints() to u32

All functions in mwait_idle_with_hints() cast eax and ecx arguments
to u32. Propagate argument type to the enclosing function.

Suggested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20250403073105.245987-1-ubizjak@gmail.com
arch/x86/include/asm/mwait.h