powerpc: move epapr paravirt init of power_save to an initcall
authorStuart Yoder <stuart.yoder@freescale.com>
Wed, 30 Apr 2014 23:34:23 +0000 (18:34 -0500)
committerScott Wood <scottwood@freescale.com>
Thu, 22 May 2014 23:08:21 +0000 (18:08 -0500)
some restructuring of epapr paravirt init resulted in
ppc_md.power_save being set, and then overwritten to
NULL during machine_init.  This patch splits the
initialization of ppc_md.power_save out into a postcore
init call.

Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/epapr_paravirt.c

Simple merge