summaryrefslogtreecommitdiffstats
path: root/loader2/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/shutdown.c')
-rw-r--r--loader2/shutdown.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader2/shutdown.c b/loader2/shutdown.c
index 33dab7bad..f6ade0ae0 100644
--- a/loader2/shutdown.c
+++ b/loader2/shutdown.c
@@ -65,11 +65,7 @@ void shutDown(int noKill, int doReboot) {
#endif
} else {
printf("you may safely reboot your system\n");
-#if !defined(__s390__) && !defined(__s390x__)
- while (1);
-#else
reboot(RB_HALT_SYSTEM);
-#endif
}
exit(0);