Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/sparc64 Remove a spurious Debugger() call.



details:   https://anonhg.NetBSD.org/src/rev/420b18670e8a
branches:  trunk
changeset: 546983:420b18670e8a
user:      martin <martin%NetBSD.org@localhost>
date:      Sat May 10 14:03:19 2003 +0000

description:
Remove a spurious Debugger() call.

diffstat:

 sys/arch/sparc64/sparc64/clock.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d694b504486b -r 420b18670e8a sys/arch/sparc64/sparc64/clock.c
--- a/sys/arch/sparc64/sparc64/clock.c  Sat May 10 13:35:10 2003 +0000
+++ b/sys/arch/sparc64/sparc64/clock.c  Sat May 10 14:03:19 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: clock.c,v 1.56 2003/04/01 16:34:59 thorpej Exp $ */
+/*     $NetBSD: clock.c,v 1.57 2003/05/10 14:03:19 martin Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -784,7 +784,6 @@
                        printf("Clock lost an interrupt!\n");
                        printf("Actual: %llx Expected: %llx tick %llx tick_base %llx\n",
                               (long long)t, (long long)clk, (long long)tk, (long long)tick_base);
-                       Debugger();
                        tick_base = 0;
                }
        }       



Home | Main Index | Thread Index | Old Index