Displaying 1 result from an estimated 1 matches for "acpi_notify_hypervisor_st".
2008 Apr 04
0
[PATCH] Re: [Xen-staging] [linux-2.6.18-xen] linux/x86: fix powering off certain machines
...d4007b1b84cafbfbb24378
> # Parent 51f1b31888b8173dc9a94e46280f83c9011c4f51
> linux/x86: fix powering off certain machines
>
> Dell''s Precision490, for example, fails to properly power off without
> going through the full sequence of operations in the hypervisor. Hence
> acpi_notify_hypervisor_state() must be defined, and used for entry to
> S5, regardless of CONFIG_ACPI_PV_SLEEP configuration.
>
> Also fix a compiler warning and the improper use of a hypervisor
> return value as ACPI status.
ia64 doesn''t implement acpi_notify_hypervisor_state() and I''m not...