Re: [Xen-devel] [PATCH 08/44] kernel: Move pm_power_off to common code

2014-10-07 Thread Guenter Roeck
On 10/07/2014 02:23 AM, David Vrabel wrote: On 07/10/14 06:28, Guenter Roeck wrote: pm_power_off is defined for all architectures. Move it to common code. Have all architectures call do_kernel_poweroff instead of pm_power_off. Some architectures point pm_power_off to machine_power_off. For thos

Re: [Xen-devel] [PATCH 08/44] kernel: Move pm_power_off to common code

2014-10-07 Thread David Vrabel
On 07/10/14 06:28, Guenter Roeck wrote: > pm_power_off is defined for all architectures. Move it to common code. > > Have all architectures call do_kernel_poweroff instead of pm_power_off. > Some architectures point pm_power_off to machine_power_off. For those, > call do_kernel_poweroff from machi