Re: [RESEND RFCv2 1/1] platform/x86: Add virtual PMC driver used for S2Idle
From: Thomas Gleixner
Date: Thu Feb 09 2023 - 13:05:16 EST
On Thu, Feb 09 2023 at 15:21, Grzegorz Jaszczyk wrote:
> +
> +static struct acpi_s2idle_dev_ops amd_pmc_s2idle_dev_ops = {
What is AMD specific about this?
> + .check = virt_pmc_s2idle_notify,
> +};
...
> +
> +MODULE_DESCRIPTION("Virtual PMC Driver");
Lacks MODULE_LICENSE("GPL")
Thanks,
tglx