diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-10 13:34:33 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-10 13:34:33 +0000 |
commit | fd44aff8a64104f8df34eb71bc06a61347463828 (patch) | |
tree | 83d181d2eef0b2ebecf76e851fba35b4be030786 /sys/arch/socppc | |
parent | 1617fe128aaf8d224a914b4258c75c95ff8e1d75 (diff) |
boot(): Remove comments about RB_TIMEBAD to reduce diffs
RB_TIMEBAD is documented well enough that the comment is not needed. sparc64
does slightly different and its comment is left with XXX.
OK deraadt@ miod@
Diffstat (limited to 'sys/arch/socppc')
-rw-r--r-- | sys/arch/socppc/socppc/machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/socppc/socppc/machdep.c b/sys/arch/socppc/socppc/machdep.c index a9dc40f3956..63c0ce2ff84 100644 --- a/sys/arch/socppc/socppc/machdep.c +++ b/sys/arch/socppc/socppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.49 2014/07/10 12:13:49 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.50 2014/07/10 13:34:32 uebayasi Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -1049,11 +1049,6 @@ boot(int howto) syncing = 1; vfs_shutdown(); /* sync */ - /* - * If we've been adjusting the clock, the todr - * will be out of synch; adjust it now unless - * the system was sitting in ddb. - */ if ((howto & RB_TIMEBAD) == 0) { resettodr(); } else { |