x86/apci: Adjust command line parsing for "acpi_sleep"
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 29 Aug 2019 12:35:33 +0000 (13:35 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 2 Sep 2019 14:44:47 +0000 (15:44 +0100)
commit8cc4476eb8176663b4a495c983daf02e885d4cf3
treebfd26244efc4effff3d72cbf72d277328db12377
parentf92d95f4749c7ad7e074a98ca18e29c7898964fb
x86/apci: Adjust command line parsing for "acpi_sleep"

Perform parsing in a custom_param, rather than stashing the content in a
string and parsing in an initcall.  Adjust the parsing to conform to current
standards.

No practical change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/acpi/power.c