Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700 Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/eda10dabc804
branches:  trunk
changeset: 760929:eda10dabc804
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 17 12:37:46 2011 +0000

description:
Whitespace.

diffstat:

 sys/arch/hp700/hp700/locore.S |  12 ++++++------
 sys/arch/hp700/include/cpu.h  |   4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r aabce29b5ca4 -r eda10dabc804 sys/arch/hp700/hp700/locore.S
--- a/sys/arch/hp700/hp700/locore.S     Mon Jan 17 11:19:07 2011 +0000
+++ b/sys/arch/hp700/hp700/locore.S     Mon Jan 17 12:37:46 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.S,v 1.48 2011/01/12 21:18:23 skrll Exp $        */
+/*     $NetBSD: locore.S,v 1.49 2011/01/17 12:37:46 skrll Exp $        */
 /*     $OpenBSD: locore.S,v 1.158 2008/07/28 19:08:46 miod Exp $       */
 
 /*
@@ -385,15 +385,15 @@
        /*
         * load address of interrupt vector table
         */
-       ldil    L%ivaaddr,%t2
-       ldo     R%ivaaddr(%t2),%t2
-       mtctl   %t2,%iva
+       ldil    L%ivaaddr, %t2
+       ldo     R%ivaaddr(%t2), %t2
+       mtctl   %t2, %iva
 
        /*
         * set up the dp pointer so that we can do quick references off of it
         */
        ldil    L%$global$,%dp
-       ldo     R%$global$(%dp),%dp
+       ldo     R%$global$(%dp), %dp
 
        /*
         * Create a stack frame for us to call C with. Clear out the previous
@@ -413,7 +413,7 @@
        mtctl   %r0, %pcsq
        mtctl   %r0, %pcsq
        mtctl   %rp, %pcoq
-       ldo     4(%rp),%rp
+       ldo     4(%rp), %rp
        mtctl   %rp, %pcoq
        mtctl   %arg1, %ipsw
        rfi
diff -r aabce29b5ca4 -r eda10dabc804 sys/arch/hp700/include/cpu.h
--- a/sys/arch/hp700/include/cpu.h      Mon Jan 17 11:19:07 2011 +0000
+++ b/sys/arch/hp700/include/cpu.h      Mon Jan 17 12:37:46 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.55 2010/12/26 21:05:34 he Exp $      */
+/*     $NetBSD: cpu.h,v 1.56 2011/01/17 12:42:41 skrll Exp $   */
 
 /*     $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $       */
 
@@ -338,7 +338,7 @@
 void   hppa_ras(struct lwp *);
 int    spcopy(pa_space_t, const void *, pa_space_t, void *, size_t);
 int    spstrcpy(pa_space_t, const void *, pa_space_t, void *, size_t,
-                size_t *);
+    size_t *);
 int    copy_on_fault(void);
 void   lwp_trampoline(void);
 void   setfunc_trampoline(void);



Home | Main Index | Thread Index | Old Index