Module Name:    src
Committed By:   christos
Date:           Tue Aug 28 15:54:41 UTC 2012

Modified Files:
        src/sys/arch/amd64/amd64: trap.c

Log Message:
don't undef TRAP_SIGDEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/amd64/amd64/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/amd64/trap.c
diff -u src/sys/arch/amd64/amd64/trap.c:1.73 src/sys/arch/amd64/amd64/trap.c:1.74
--- src/sys/arch/amd64/amd64/trap.c:1.73	Sun Jul 15 11:17:56 2012
+++ src/sys/arch/amd64/amd64/trap.c	Tue Aug 28 11:54:40 2012
@@ -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 @@ int	trapdebug = 0;
 
 #define	IDTVEC(name)	__CONCAT(X, name)
 
-#undef TRAP_SIGDEBUG
-
 #ifdef TRAP_SIGDEBUG
 static void frame_dump(struct trapframe *);
 #endif

Reply via email to