Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/powerpc Stop using DDBX which is defined no...
details: https://anonhg.NetBSD.org/src/rev/4461a92df1c6
branches: trunk
changeset: 973656:4461a92df1c6
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 11:24:57 2020 +0000
description:
Stop using DDBX which is defined nowhere.
diffstat:
sys/arch/powerpc/powerpc/trap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 0a89d8964ad0 -r 4461a92df1c6 sys/arch/powerpc/powerpc/trap.c
--- a/sys/arch/powerpc/powerpc/trap.c Mon Jul 06 11:23:59 2020 +0000
+++ b/sys/arch/powerpc/powerpc/trap.c Mon Jul 06 11:24:57 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.160 2020/07/06 11:23:59 rin Exp $ */
+/* $NetBSD: trap.c,v 1.161 2020/07/06 11:24:57 rin Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -35,7 +35,7 @@
#define __UCAS_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.160 2020/07/06 11:23:59 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.161 2020/07/06 11:24:57 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_altivec.h"
@@ -486,7 +486,7 @@
default:
printf("trap type %x at %lx\n", type, tf->tf_srr0);
brain_damage2:
-#ifdef DDBX
+#if defined(DDB) && 0 /* XXX */
if (kdb_trap(type, tf))
return;
#endif
Home |
Main Index |
Thread Index |
Old Index