Module Name: src Committed By: pooka Date: Thu Nov 11 21:55:04 UTC 2010
Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: Apparently swwdog reboot hasn't worked in several years since it tried to cpu_reboot() from a callout. Make it reboot from a workq instead. problem made manifest by atf test rumpfs unmount flush caused issue to un-shush tested: rump kernel (tests/dev/sysmon) and qemu To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/sysmon/swwdog.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.