xen/arm: initialize pm functions later
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 8 May 2013 11:59:01 +0000 (11:59 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 13 May 2013 16:13:04 +0000 (16:13 +0000)
commit1aa3d8d9935dfb459d64f06ccd828b56147fd971
treead07113278fbe2a251a49e147819469bd5724ee4
parent9bc25a1d5f95f97e9e378620a46e954d3f842641
xen/arm: initialize pm functions later

If we are running in dom0, we have to wait for the arch specific code to
complete the initialization in order for us to successfully reset the
power_off and pm_restart functions.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
arch/arm/xen/enlighten.c