]> err.no Git - util-linux/commit
Disable the fallback clause in hwclock when /dev/rtc cannot be opened.
authorTim Gardner <tim.gardner@canonical.com>
Thu, 25 Sep 2008 13:09:25 +0000 (07:09 -0600)
committerLaMont Jones <lamont@debian.org>
Thu, 25 Sep 2008 14:58:11 +0000 (08:58 -0600)
commit8ffc428676510ddb3a2e8f36b4b392468827cce3
tree67022d5dcbb092a25638366c15881df4b4371c69
parente6590c7db0ee005773505bdb22d9c5ead688e438
Disable the fallback clause in hwclock when /dev/rtc cannot be opened.

hwclock should not access the x86 RTC using I/O instructions unless explicitly
requested from the command line (--directisa). This issue was encountered
while debugging a boot time race when hwclock.sh was run in parallel.

Addresses-Ubuntu-Bug: 274402
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: LaMont Jones <lamont@debian.org>
hwclock/hwclock.c