Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/hppa Remove comment that shouldn't have crept in.



details:   https://anonhg.NetBSD.org/src/rev/0d58c4b2e07f
branches:  trunk
changeset: 772812:0d58c4b2e07f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 17 10:56:56 2012 +0000

description:
Remove comment that shouldn't have crept in.

diffstat:

 sys/arch/hppa/hppa/db_trace.c |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 66ca1e4dc28a -r 0d58c4b2e07f sys/arch/hppa/hppa/db_trace.c
--- a/sys/arch/hppa/hppa/db_trace.c     Tue Jan 17 10:47:26 2012 +0000
+++ b/sys/arch/hppa/hppa/db_trace.c     Tue Jan 17 10:56:56 2012 +0000
@@ -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_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).



Home | Main Index | Thread Index | Old Index