acpi: Provide ia64 dummy implementation of acpi_proc_quirk_mwait_check()
authorArd Biesheuvel <ardb@kernel.org>
Sun, 3 Sep 2023 22:23:25 +0000 (22:23 +0000)
committerArd Biesheuvel <ardb@kernel.org>
Mon, 11 Sep 2023 08:13:17 +0000 (08:13 +0000)
commita0334bf78b95532cec54f56b53e8ae1bfe7e1ca1
tree7af53187dd0c2c311c12649a1630f9885f16eaed
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
acpi: Provide ia64 dummy implementation of acpi_proc_quirk_mwait_check()

Commit 0a0e2ea642f6 ("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: 0a0e2ea642f6 ("ACPI: processor: Move MWAIT quirk out of acpi_processor.c")
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/ia64/kernel/acpi.c