Module Name: src
Committed By: skrll
Date: Tue Jan 17 10:56:56 UTC 2012
Modified Files:
src/sys/arch/hppa/hppa: db_trace.c
Log Message:
Remove comment that shouldn't have crept in.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hppa/hppa/db_trace.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/hppa/hppa/db_trace.c
diff -u src/sys/arch/hppa/hppa/db_trace.c:1.10 src/sys/arch/hppa/hppa/db_trace.c:1.11
--- src/sys/arch/hppa/hppa/db_trace.c:1.10 Mon Feb 28 21:24:25 2011
+++ src/sys/arch/hppa/hppa/db_trace.c Tue Jan 17 10:56:56 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: db_trace.c,v 1.10 2011/02/28 21:24:25 skrll Exp $ */
+/* $NetBSD: db_trace.c,v 1.11 2012/01/17 10:56:56 skrll Exp $ */
/* $OpenBSD: db_interface.c,v 1.16 2001/03/22 23:31:45 mickey Exp $ */
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.10 2011/02/28 21:24:25 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.11 2012/01/17 10:56:56 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -129,14 +129,6 @@ db_stack_trace_print(db_expr_t addr, boo
db_printsym(pc, DB_STGY_PROC, pr);
pr("\n");
- /* XXX NH - unwind info here */
- /* aue = ue_find(pc); */
-
- /*
- * get rp?
- * fp -= ue_total_frame_size(aue)
- */
-
/*
* if a terminal frame then report the trapframe and continue
* after it (if not the last one).