Re: [PATCH 4/7] powerpc: add Freescale hypervisor partition control functions

2011-06-22 Thread Kumar Gala
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: > >

[PATCH 4/7] powerpc: add Freescale hypervisor partition control functions

2011-05-19 Thread Timur Tabi
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_of