]> xenbits.xensource.com Git - xen.git/commit
x86/ACPI: don't invalidate S5 data when S3 wakeup vector cannot be determined
authorJan Beulich <jbeulich@suse.com>
Tue, 5 Jan 2021 12:11:04 +0000 (13:11 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 5 Jan 2021 12:11:04 +0000 (13:11 +0100)
commit16ca5b3f873f17f4fbdaecf46c133e1aa3d623b2
tree72b5ac9f2854fe56c9c0481c5d1ddec0f0e193ec
parent0f089bbf43ecce6f27576cb548ba4341d0ec46a8
x86/ACPI: don't invalidate S5 data when S3 wakeup vector cannot be determined

We can be more tolerant as long as the data collected from FACS is only
needed to enter S3. A prior change already added suitable checking to
acpi_enter_sleep().

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/acpi/boot.c