ifdef the RB_TIMEBAD change,
authorrahnds <rahnds@openbsd.org>
Mon, 20 Jan 1997 20:43:48 +0000 (20:43 +0000)
committerrahnds <rahnds@openbsd.org>
Mon, 20 Jan 1997 20:43:48 +0000 (20:43 +0000)
resettodr doesn't currently do anything anyway, put this problem
off till later.

sys/arch/powerpc/powerpc/machdep.c

index d0024a5..55d9d9f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.3 1997/01/16 20:43:44 kstailey Exp $    */
+/*     $OpenBSD: machdep.c,v 1.4 1997/01/20 20:43:48 rahnds Exp $      */
 /*     $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $   */
 
 /*
@@ -865,6 +865,10 @@ boot(howto)
        if (!cold && !(howto & RB_NOSYNC) && !syncing) {
                syncing = 1;
                vfs_shutdown();         /* sync */
+#if 0
+               /* resettodr does not currently do anything, address
+                * this later
+                */
                /*
                 * If we've been adjusting the clock, the todr
                 * will be out of synch; adjust it now unless
@@ -875,6 +879,7 @@ boot(howto)
                } else {
                        printf("WARNING: not updating battery clock\n");
                }
+#endif
        }
        splhigh();
        if (howto & RB_HALT) {