summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u/io/todopl.c
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-05-13 17:20:24 -0400
committerGitHub <noreply@github.com>2022-05-13 17:20:24 -0400
commitbb7d6c9b47695f41cbacbcf6662baf3d0e152fdf (patch)
tree75f2d0cab5fb92f97f2ab2c3186a0b5d1579a33a /usr/src/uts/sun4u/io/todopl.c
parent8ca5534c77e93c25d2c1f777499b12da0f7cc0cd (diff)
parent402559e299331588f209b3a9693e3bcd6a83d22c (diff)
downloadillumos-joyent-OS-8149.tar.gz
Merge branch 'master' into OS-8149OS-8149
Diffstat (limited to 'usr/src/uts/sun4u/io/todopl.c')
-rw-r--r--usr/src/uts/sun4u/io/todopl.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/src/uts/sun4u/io/todopl.c b/usr/src/uts/sun4u/io/todopl.c
index 5d510d3c42..e6b853a56c 100644
--- a/usr/src/uts/sun4u/io/todopl.c
+++ b/usr/src/uts/sun4u/io/todopl.c
@@ -23,8 +23,6 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* tod driver module for OPL (implements a soft tod)
*/
@@ -94,7 +92,7 @@ static struct modlinkage modlinkage = {
*
* Note that on first powerup domain boot, diff is zero.
*
- * When system updates the time via date(1m):
+ * When system updates the time via date(1):
*
* FJSV,set-domain-time
* OS ---------> OBP SRAM
@@ -109,7 +107,7 @@ static struct modlinkage modlinkage = {
* SP will be broken. In this particular case, we notify users that
* "there is no time synchronization" and the logic will attempt to
* resync with the SP whenever the OS tries to do a TOD update.
- * (e.g. via date(1m) or NTP).
+ * (e.g. via date(1) or NTP).
*/
static int enable_time_sync = 1;
@@ -221,7 +219,7 @@ todopl_get(void)
*
* When running NTP, tod_set is called at least once per second in order
* to update the hardware clock. To minimize pressure on SP, we want only
- * to record significant time changes on the SP (when date(1M) is run).
+ * to record significant time changes on the SP (when date(1) is run).
* We have 30 seconds threshold requirement before recording the time change.
*/
/* ARGSUSED */