mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Optimize setting of DISRTCSET
This commit is contained in:
parent
62be897817
commit
408399029a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5077
@ -212,8 +212,8 @@ int main(argc, argv)
|
||||
stz = &tz;
|
||||
}
|
||||
|
||||
/* if init, don't touch RTC at all */
|
||||
if (init) {
|
||||
/* if init and something will be changed, don't touch RTC at all */
|
||||
if (init && (stv != NULL || kern_offset != offset)) {
|
||||
mib[0] = CTL_MACHDEP;
|
||||
mib[1] = CPU_DISRTCSET;
|
||||
len = sizeof(disrtcset);
|
||||
|
Loading…
Reference in New Issue
Block a user