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 Comment style.



details:   https://anonhg.NetBSD.org/src/rev/539a39d588ec
branches:  trunk
changeset: 752932:539a39d588ec
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Mar 11 21:37:52 2010 +0000

description:
Comment style.

diffstat:

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

diffs (20 lines):

diff -r 7b81e4daa0f0 -r 539a39d588ec sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Thu Mar 11 21:37:01 2010 +0000
+++ b/sys/arch/hppa/hppa/trap.S Thu Mar 11 21:37:52 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.45 2010/03/11 13:26:20 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.46 2010/03/11 21:37:52 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -1936,9 +1936,7 @@
        stw     %t1, TF_SR3(%t3)
        stw     %t2, TF_CR8(%t3)
 
-       /*
-        * Setup kernel context
-        */
+       /* Setup kernel context */
 
        ldi     HPPA_PID_KERNEL,%t1
        mtctl   %t1, %pidr1



Home | Main Index | Thread Index | Old Index