summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/reboot/reboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/reboot/reboot.c b/usr.bin/reboot/reboot.c
index 07dc74f..ac9785a 100644
--- a/usr.bin/reboot/reboot.c
+++ b/usr.bin/reboot/reboot.c
@@ -70,7 +70,7 @@ main(int argc, char **argv)
printf("REBOOT failed\n");
/* Fall through */
case REBOOT_FLAG_HLT:
- cpu_reboot(REBOOT_FLAG_HLT);
+ cpu_reboot(REBOOT_HALT);
printf("HALT failed\n");
/* Fall through */
case REBOOT_FLAG_PWR: