From fd44aff8a64104f8df34eb71bc06a61347463828 Mon Sep 17 00:00:00 2001 From: Masao Uebayashi Date: Thu, 10 Jul 2014 13:34:33 +0000 Subject: 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@ --- sys/arch/socppc/socppc/machdep.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch/socppc') 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 { -- cgit v1.2.3