Skip to content

Commit e86cdc8

Browse files
committed
Merge tag 'fix-ia64-build-for-v6.6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/ardb/linux
Merge an ia64 ACPI build fix for v6.6 from Ard Biesheuvel: "Build fix for Itanium/ia64: - provide dummy implementation of acpi_proc_quirk_mwait_check() which was moved out of generic code into arch/x86, breaking the ia64 build" * tag 'fix-ia64-build-for-v6.6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/ardb/linux: acpi: Provide ia64 dummy implementation of acpi_proc_quirk_mwait_check()
2 parents ce9ecca + a0334bf commit e86cdc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/ia64/kernel/acpi.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,3 +907,7 @@ EXPORT_SYMBOL(acpi_unregister_ioapic);
907907
* TBD when IA64 starts to support suspend...
908908
*/
909909
int acpi_suspend_lowlevel(void) { return 0; }
910+
911+
void acpi_proc_quirk_mwait_check(void)
912+
{
913+
}

0 commit comments

Comments
 (0)