|
@@ -89,6 +89,8 @@ static void handle_system_shutdown(char event_modifier)
|
|
|
case EPOW_SHUTDOWN_ON_UPS:
|
|
case EPOW_SHUTDOWN_ON_UPS:
|
|
|
pr_emerg("Loss of power reported by firmware, system is "
|
|
pr_emerg("Loss of power reported by firmware, system is "
|
|
|
"running on UPS/battery");
|
|
"running on UPS/battery");
|
|
|
|
|
+ pr_emerg("Check RTAS error log for details");
|
|
|
|
|
+ orderly_poweroff(true);
|
|
|
break;
|
|
break;
|
|
|
|
|
|
|
|
case EPOW_SHUTDOWN_LOSS_OF_CRITICAL_FUNCTIONS:
|
|
case EPOW_SHUTDOWN_LOSS_OF_CRITICAL_FUNCTIONS:
|