diff options
Diffstat (limited to 'drivers/xen/manage.c')
-rw-r--r-- | drivers/xen/manage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/manage.c b/drivers/xen/manage.c index c1ec8ee80924..9e35032351a0 100644 --- a/drivers/xen/manage.c +++ b/drivers/xen/manage.c | |||
@@ -190,6 +190,7 @@ static void do_poweroff(void) | |||
190 | { | 190 | { |
191 | switch (system_state) { | 191 | switch (system_state) { |
192 | case SYSTEM_BOOTING: | 192 | case SYSTEM_BOOTING: |
193 | case SYSTEM_SCHEDULING: | ||
193 | orderly_poweroff(true); | 194 | orderly_poweroff(true); |
194 | break; | 195 | break; |
195 | case SYSTEM_RUNNING: | 196 | case SYSTEM_RUNNING: |