Module Name: src Committed By: ad Date: Sun Feb 23 20:06:30 UTC 2020
Modified Files:
src/sys/kern: kern_reboot.c
Log Message:
- If concurrent calls to kern_reboot(), only let the first do the deed.
- Don't need kernel_lock for this (either OK, or suspendsched() called).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/kern_reboot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
