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 Whitespace in previous



details:   https://anonhg.NetBSD.org/src/rev/896b3898a805
branches:  trunk
changeset: 778578:896b3898a805
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 05 19:44:29 2012 +0000

description:
Whitespace in previous

diffstat:

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

diffs (27 lines):

diff -r add787645e85 -r 896b3898a805 sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Thu Apr 05 19:42:13 2012 +0000
+++ b/sys/arch/hppa/hppa/trap.S Thu Apr 05 19:44:29 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.64 2012/04/05 19:42:14 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.65 2012/04/05 19:44:29 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -1058,7 +1058,7 @@
        mfctl   CR_CCR, %r1
        depi    3, 25, 2, %r1
        comb,=  %r0, %arg0, L$fpu_swap_in
-       mtctl   %r1,CR_CCR 
+       mtctl   %r1, CR_CCR
 
        /*
         * Swap out the current FPU state.
@@ -1189,7 +1189,7 @@
        mfctl   CR_CCR, %r1
        depi    0, 25, 2, %r1
        b       L$fpu_swap_done
-       mtctl   %r1, CR_CCR 
+       mtctl   %r1, CR_CCR
 EXIT(hppa_fpu_swapout)
 
        /* Construct the virtual address tag. */



Home | Main Index | Thread Index | Old Index