Author: avg
Date: Wed Sep 25 19:51:58 2019
New Revision: 352719
URL: https://svnweb.freebsd.org/changeset/base/352719
Log:
MFC r351810: shutdown_halt: make sure that watchdog timer is stopped
Modified:
stable/11/sys/kern/kern_shutdown.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/kern/kern_shutdown.c
==============================================================================
--- stable/11/sys/kern/kern_shutdown.c Wed Sep 25 19:51:22 2019
(r352718)
+++ stable/11/sys/kern/kern_shutdown.c Wed Sep 25 19:51:58 2019
(r352719)
@@ -501,6 +501,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();
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"