Skip to content

Commit 2f76d26

Browse files
ubizjakrafaeljw
authored andcommitted
ACPI: PAD: Update arguments of mwait_idle_with_hints()
Commit a17b37a ("x86/idle: Change arguments of mwait_idle_with_hints() to u32") changed the type of arguments of mwait_idle_with_hints() from unsigned long to u32. Change the type of variables in the call to mwait_idle_with_hints() to unsigned int to follow the change. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Link: https://patch.msgid.link/20250609064235.49146-1-ubizjak@gmail.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 19272b3 commit 2f76d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/acpi_pad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
static DEFINE_MUTEX(isolated_cpus_lock);
3434
static DEFINE_MUTEX(round_robin_lock);
3535

36-
static unsigned long power_saving_mwait_eax;
36+
static unsigned int power_saving_mwait_eax;
3737

3838
static unsigned char tsc_detected_unstable;
3939
static unsigned char tsc_marked_unstable;

0 commit comments

Comments
 (0)