Mailing List Archive

[Xen-merge] [PATCH] suppress building of arch/x86-64/kernel/suspend.c
This file carries out various dangerous operations that aren't properly
virtualized yet, and the code provided there really isn't needed only
with CONFIG_PM (which gets forced on by ACPI). Hence the attached patch
conditionalizes the compilation of this file upon either
CONFIG_ACPI_SLEEP or CONFIG_SOFTWARE_SUSPEND.

Jan