public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] ACPI: processor: Move MWAIT quirk out of acpi_processor.c
@ 2023-08-29 13:44 Guenter Roeck
  2023-08-29 13:54 ` Rafael J. Wysocki
  0 siblings, 1 reply; 13+ messages in thread
From: Guenter Roeck @ 2023-08-29 13:44 UTC (permalink / raw)
  To: Michal Wilczynski
  Cc: rafael, andriy.shevchenko, artem.bityutskiy, mingo, bp,
	dave.hansen, hpa, lenb, jgross, linux-kernel, x86,
	Michal Wilczynski, Rafael J . Wysocki

On Mon, Jul 10, 2023 at 05:03:29PM +0300, Michal Wilczynski wrote:
> Commit 2a2a64714d9c ("ACPI: Disable MWAIT via DMI on broken Compal board")
> introduced a workaround for MWAIT for a specific x86 system.
> 
> Move the code outside of acpi_processor.c to acpi/x86/ directory for
> consistency and rename the functions associated with it, so their names
> start with "acpi_proc_quirk_" to make the goal obvious.
> 
> No intentional functional impact.
> 

Except for:

ia64-linux-ld: drivers/acpi/acpi_processor.o: in function `acpi_early_processor_control_setup':
acpi_processor.c:(.init.text+0x712): undefined reference to `acpi_proc_quirk_mwait_check'
ia64-linux-ld: drivers/acpi/processor_pdc.o: in function `acpi_early_processor_set_pdc':
processor_pdc.c:(.init.text+0x72): undefined reference to `acpi_proc_quirk_mwait_check'

which breaks all ia64 builds.

Time to retire that architecture yet ? No one but me seems to even
build test it.

Guenter

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-08-29 15:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-29 13:44 [PATCH] ACPI: processor: Move MWAIT quirk out of acpi_processor.c Guenter Roeck
2023-08-29 13:54 ` Rafael J. Wysocki
2023-08-29 13:56   ` Wilczynski, Michal
2023-08-29 14:03     ` Rafael J. Wysocki
2023-08-29 14:20       ` Wilczynski, Michal
2023-08-29 14:25         ` Rafael J. Wysocki
2023-08-29 14:38           ` Wilczynski, Michal
2023-08-29 14:53             ` Guenter Roeck
2023-08-29 15:02               ` Rafael J. Wysocki
2023-08-29 15:05               ` Andy Shevchenko
2023-08-29 14:02   ` Andy Shevchenko
2023-08-29 14:44     ` Guenter Roeck
2023-08-29 14:10   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox