Re: [Xen-devel] [PATCH 1/3] x86: Drop CONFIG_ACPI_SLEEP

2019-07-25 Thread Jan Beulich
On 24.07.2019 19:42, Andrew Cooper wrote: > This option is hardcoded to 1, and the #ifdef-ary doesn't exclude wakeup.S, > which makes it useless code noise. > > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich ___ Xen-devel mailing list Xen-devel

[Xen-devel] [PATCH 1/3] x86: Drop CONFIG_ACPI_SLEEP

2019-07-24 Thread Andrew Cooper
This option is hardcoded to 1, and the #ifdef-ary doesn't exclude wakeup.S, which makes it useless code noise. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: Roger Pau Monné An alternative would be to wire it into Kconfig properly and properly exclude wakeup.S, but that is m