From: Mark A. Greer <[EMAIL PROTECTED]>

machine_power_off() is the proper interface to use for powering
off a machine.

Signed-off-by: Mark A. Greer <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/pseries/ras.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/pseries/ras.c 
b/arch/powerpc/platforms/pseries/ras.c
index a1ab25c..64564b2 100644
--- a/arch/powerpc/platforms/pseries/ras.c
+++ b/arch/powerpc/platforms/pseries/ras.c
@@ -242,7 +242,7 @@ static irqreturn_t ras_error_interrupt(int irq, void 
*dev_id)
                 * without actually failing while injecting errors.
                 * Error data will not be logged to syslog.
                 */
-               ppc_md.power_off();
+               machine_power_off();
 #endif
        } else {
                udbg_printf("Recoverable HW Error <0x%lx 0x%x>\n",
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to