Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/cats initarm_common already calls db_machine_i...



details:   https://anonhg.NetBSD.org/src/rev/a5a56dbbe512
branches:  trunk
changeset: 1023138:a5a56dbbe512
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 27 09:23:27 2021 +0000

description:
initarm_common already calls db_machine_init, so don't do it for a second
time otherwise the handlers list just loops.

diffstat:

 sys/arch/cats/cats/cats_machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4894f9154a78 -r a5a56dbbe512 sys/arch/cats/cats/cats_machdep.c
--- a/sys/arch/cats/cats/cats_machdep.c Fri Aug 27 09:14:55 2021 +0000
+++ b/sys/arch/cats/cats/cats_machdep.c Fri Aug 27 09:23:27 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cats_machdep.c,v 1.90 2021/08/27 09:14:55 skrll Exp $  */
+/*     $NetBSD: cats_machdep.c,v 1.91 2021/08/27 09:23:27 skrll Exp $  */
 
 /*
  * Copyright (c) 1997,1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.90 2021/08/27 09:14:55 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cats_machdep.c,v 1.91 2021/08/27 09:23:27 skrll Exp $");
 
 #include "opt_ddb.h"
 #include "opt_modular.h"
@@ -475,7 +475,6 @@
 #endif
 
 #ifdef DDB
-       db_machine_init();
        if (boothowto & RB_KDB)
                Debugger();
 #endif



Home | Main Index | Thread Index | Old Index