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 unnecessary comment.



details:   https://anonhg.NetBSD.org/src/rev/4cf8e1575c1c
branches:  trunk
changeset: 752086:4cf8e1575c1c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 13 10:39:39 2010 +0000

description:
Remove unnecessary comment.

diffstat:

 sys/arch/hppa/hppa/trap.S |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 07eff1f68d62 -r 4cf8e1575c1c sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Sat Feb 13 10:38:55 2010 +0000
+++ b/sys/arch/hppa/hppa/trap.S Sat Feb 13 10:39:39 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.39 2010/02/13 10:38:55 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.40 2010/02/13 10:39:39 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -428,7 +428,6 @@
        .entry
 syscall_return:
        /* t3 == VA trapframe */
-       /* check for AST ? XXX */
 
        /* disable interrupts, just in case */
        mtctl   %r0, %eiem



Home | Main Index | Thread Index | Old Index