Re: [PATCH] ACPI: PM: s2idle: More x86-specific code to the x86 directory

2020-12-18 Thread Shyam Sundar S K
On 12/18/2020 12:53 AM, Rafael J. Wysocki wrote: > [CAUTION: External Email] > > From: Rafael J. Wysocki > > Some code in drivers/acpi/sleep.c (which is regarded as a generic > file) related to suspend-to-idle support has grown direct dependencies > on x86, but in fact it has been specific to

[PATCH] ACPI: PM: s2idle: More x86-specific code to the x86 directory

2020-12-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Some code in drivers/acpi/sleep.c (which is regarded as a generic file) related to suspend-to-idle support has grown direct dependencies on x86, but in fact it has been specific to x86 (which is the only user of it) anyway for a long time. For this reason, move that code