Skip to content
Commit a0334bf7 authored by Ard Biesheuvel's avatar Ard Biesheuvel
Browse files

acpi: Provide ia64 dummy implementation of acpi_proc_quirk_mwait_check()

Commit 0a0e2ea6 ("ACPI: processor: Move MWAIT quirk out of
acpi_processor.c") moved the MWAIT quirk code into arch/x86 but left
calls to it in the ACPI PDC processor code that is shared with Itanium,
breaking the latter build.

Since the quirk is specific to a certain x86-based platform, stub out
the function acpi_proc_quirk_mwait_check() when building for ia64.

Fixes: 0a0e2ea6

 ("ACPI: processor: Move MWAIT quirk out of acpi_processor.c")
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 0bb80ecc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment