Re: [PATCH 4/7] powerpc: add Freescale hypervisor partition control functions
Kumar Gala <[email protected]> Wed, 22 Jun 2011 06:41:52 -0500
| Newsgroups | gmane.linux.kernel,gmane.linux.ports.ppc64.devel,gmane.linux.console |
|---|---|
| Message-ID | <[email protected]> |
On May 19, 2011, at 8:54 AM, Timur Tabi wrote: > Add functions to restart and halt the current partition when running under > the Freescale hypervisor. These functions should be assigned to various > function pointers of the ppc_md structure during the .probe() function for > the board: > > ppc_md.restart = fsl_hv_restart; > ppc_md.power_off = fsl_hv_halt; > ppc_md.halt = fsl_hv_halt; > > Signed-off-by: Timur Tabi <[email protected]> > --- > arch/powerpc/sysdev/fsl_soc.c | 27 +++++++++++++++++++++++++++ > arch/powerpc/sysdev/fsl_soc.h | 3 +++ > 2 files changed, 30 insertions(+), 0 deletions(-) applied to next - k