From: Timur Tabi Date: Thu, 19 May 2011 13:54:29 +0000 (-0500) Subject: powerpc: add Freescale hypervisor partition control functions X-Git-Tag: v3.1-rc1~236^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d173ea6b4078f37320b49d06f9656ba76ee1ba6c;p=pandora-kernel.git powerpc: add Freescale hypervisor partition control functions 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 Signed-off-by: Kumar Gala --- Reading git-diff-tree failed