summaryrefslogtreecommitdiffstats
path: root/etc/rc.resume
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.resume')
-rwxr-xr-xetc/rc.resume6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc.resume b/etc/rc.resume
index 84e726e..da24a54 100755
--- a/etc/rc.resume
+++ b/etc/rc.resume
@@ -43,6 +43,12 @@ if [ -r /var/run/rc.suspend.pid ]; then
echo 'rc.resume: killed rc.suspend that was still around'
fi
+if [ -r /var/run/rc.suspend.tch ]; then
+ _t=`cat /var/run/rc.suspend.tch`
+ /sbin/sysctl -n kern.timecounter.hardware=$_t > /dev/null 2>&1
+ /bin/rm -f /var/run/rc.suspend.tch
+fi
+
# Turns on a power supply of a card in the slot inactivated.
# See also contrib/pccardq.c (only for PAO users).
# pccardq | awk -F '~' '$5 == "inactive" \
OpenPOWER on IntegriCloud