Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/oea Remove Debugger call.



details:   https://anonhg.NetBSD.org/src/rev/f25b52529189
branches:  trunk
changeset: 544196:f25b52529189
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 14 06:25:58 2003 +0000

description:
Remove Debugger call.

diffstat:

 sys/arch/powerpc/oea/pmap.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 571f023bee9d -r f25b52529189 sys/arch/powerpc/oea/pmap.c
--- a/sys/arch/powerpc/oea/pmap.c       Fri Mar 14 06:23:48 2003 +0000
+++ b/sys/arch/powerpc/oea/pmap.c       Fri Mar 14 06:25:58 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.2 2003/02/05 07:05:20 matt Exp $    */
+/*     $NetBSD: pmap.c,v 1.3 2003/03/14 06:25:58 matt Exp $    */
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -3006,9 +3006,6 @@
                format_bytes(pbuf, sizeof(pbuf), ptoa((u_int64_t) cnt));
                printf("pmap_bootstrap: UVM memory = %s (%u pages)\n",
                    pbuf, cnt);
-#ifdef DDB
-               Debugger();
-#endif
        }
 #endif
 



Home | Main Index | Thread Index | Old Index