Re: [PATCH v1 2/6] cpufreq: intel_pstate: Do not update global.turbo_disabled after initialization

From: Xi Ruoyao
Date: Sun Jun 02 2024 - 12:08:01 EST


On Sun, 2024-06-02 at 06:40 -0700, srinivas pandruvada wrote:

/* snip */

> This requires user action,
> Please add a
> pr_info() to
> https://elixir.bootlin.com/linux/v6.10-rc1/C/ident/acpi_processor_notify
>
> Check if you got any message

With

diff --git a/drivers/acpi/processor_driver.c b/drivers/acpi/processor_driver.c
index 67db60eda370..4585eb6566c8 100644
--- a/drivers/acpi/processor_driver.c
+++ b/drivers/acpi/processor_driver.c
@@ -57,6 +57,8 @@ static void acpi_processor_notify(acpi_handle handle, u32 event, void *data)
struct acpi_processor *pr;
int saved;

+ pr_info("acpi_processor_notify: %d\n", event);
+
if (device->handle != handle)
return;


I get nothing.

> Also what is
> cat /proc/cpuinfo
> and
> cpuid -1

Attached.


--
Xi Ruoyao <xry111@xxxxxxxxxxx>
School of Aerospace Science and Technology, Xidian University

Attachment: cpuid.gz
Description: application/gzip

Attachment: cpuinfo.gz
Description: application/gzip