Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 don't undef TRAP_SIGDEBUG
details: https://anonhg.NetBSD.org/src/rev/f6df07e2e378
branches: trunk
changeset: 781229:f6df07e2e378
user: christos <christos%NetBSD.org@localhost>
date: Tue Aug 28 15:54:40 2012 +0000
description:
don't undef TRAP_SIGDEBUG
diffstat:
sys/arch/amd64/amd64/trap.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 9cfc3f7c7d1d -r f6df07e2e378 sys/arch/amd64/amd64/trap.c
--- a/sys/arch/amd64/amd64/trap.c Tue Aug 28 15:52:19 2012 +0000
+++ b/sys/arch/amd64/amd64/trap.c Tue Aug 28 15:54:40 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap.c,v 1.73 2012/07/15 15:17:56 dsl Exp $ */
+/* $NetBSD: trap.c,v 1.74 2012/08/28 15:54:40 christos Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.73 2012/07/15 15:17:56 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.74 2012/08/28 15:54:40 christos Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -153,8 +153,6 @@
#define IDTVEC(name) __CONCAT(X, name)
-#undef TRAP_SIGDEBUG
-
#ifdef TRAP_SIGDEBUG
static void frame_dump(struct trapframe *);
#endif
Home |
Main Index |
Thread Index |
Old Index