diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/ras.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/ras.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/ras.c b/arch/powerpc/platforms/pseries/ras.c index c3b2a7e81ddb..02e4a1745516 100644 --- a/arch/powerpc/platforms/pseries/ras.c +++ b/arch/powerpc/platforms/pseries/ras.c | |||
@@ -89,6 +89,8 @@ static void handle_system_shutdown(char event_modifier) | |||
89 | case EPOW_SHUTDOWN_ON_UPS: | 89 | case EPOW_SHUTDOWN_ON_UPS: |
90 | pr_emerg("Loss of power reported by firmware, system is " | 90 | pr_emerg("Loss of power reported by firmware, system is " |
91 | "running on UPS/battery"); | 91 | "running on UPS/battery"); |
92 | pr_emerg("Check RTAS error log for details"); | ||
93 | orderly_poweroff(true); | ||
92 | break; | 94 | break; |
93 | 95 | ||
94 | case EPOW_SHUTDOWN_LOSS_OF_CRITICAL_FUNCTIONS: | 96 | case EPOW_SHUTDOWN_LOSS_OF_CRITICAL_FUNCTIONS: |