diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index 52f12ab8478b..f3e283563d97 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -592,6 +592,9 @@ shutdown_halt(void *junk, int howto) printf("\n"); printf("The operating system has halted.\n"); printf("Please press any key to reboot.\n\n"); + + wdog_kern_pat(WD_TO_NEVER); + switch (cngetc()) { case -1: /* No console, just die */ cpu_halt();