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 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/eaefc1e936d1
branches:  trunk
changeset: 455808:eaefc1e936d1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Apr 14 08:23:20 2019 +0000

description:
Trailing whitespace

diffstat:

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

diffs (81 lines):

diff -r e7083e2e258d -r eaefc1e936d1 sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Sun Apr 14 07:59:56 2019 +0000
+++ b/sys/arch/hppa/hppa/trap.S Sun Apr 14 08:23:20 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.69 2019/03/23 13:05:24 maxv Exp $   */
+/*     $NetBSD: trap.S,v 1.70 2019/04/14 08:23:20 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -98,7 +98,7 @@
 #include "opt_multiprocessor.h"
 #include "opt_cputype.h"
 
-/* 
+/*
  * NOTICE: This is not a standalone file.  To use it, #include it in
  * your port's locore.S, like so:
  *
@@ -220,7 +220,7 @@
        ldw     CI_PSW(%sr1, %t1), %t1
        stw     %r1, TF_CR15-TRAPFRAME_SIZEOF(%sr1, %t3)        /* eiem ,bc (block copy cache control hint) */
        stw     %t1, TF_CR22-TRAPFRAME_SIZEOF(%sr1, %t3)        /* ipsw */
- 
+
        mfsp    %sr3, %t1
        stw     %t1, TF_SR3-TRAPFRAME_SIZEOF(%sr1, %t3)
        stw     %ret0, TF_CR8-TRAPFRAME_SIZEOF(%sr1, %t3)       /* pidr1 */
@@ -741,7 +741,7 @@
 ENTRY_NOPROFILE(TLABEL(hpmc),0)
 ALTENTRY(os_hpmc_cont)
        ldi     T_HPMC, %arg0
-       
+
        /* Disable interrupts. */
        mtctl   %r0, %eiem
 
@@ -865,7 +865,7 @@
         */
        mtctl   %arg0, %tr2
        mfctl   %iir, %arg0
-       
+
        /*
         * If the opcode field in the instruction is 4, indicating a special
         * function unit SPOP instruction, branch to emulate an sfu.  If the
@@ -912,7 +912,7 @@
         * need to swap out the FPU state of any LWP whose uspace physical
         * address is in curcpu()->ci_fpu_state.
         */
-       
+
        /*
         * So far, the CTRAP() macro has saved %r1 in %tr7, and the dispatching
         * above has saved %arg0 in tr2.  Save the other registers that we want
@@ -929,7 +929,7 @@
        blr     0, %rp
        b       hppa_fpu_swap
        nop
-       
+
        /* Restore registers and rfi. */
        mfctl   %tr5, %rp
        mfctl   %tr4, %arg1
@@ -1015,7 +1015,7 @@
        /*
         * Assuming that out and in aren't both NULL, we will have to run co-
         * processor instructions, so we'd better enable it.
-        * 
+        *
         * Also, branch if there's no FPU state to swap out.
         */
        mfctl   CR_CCR, %r1
@@ -1775,7 +1775,7 @@
 LEAF_ENTRY_NOPROFILE(pbtlb_l)
        ; DR_PAGE0
        rsm     (PSW_R|PSW_I), %t4
-       nop ! nop ! nop ! nop 
+       nop ! nop ! nop ! nop
        ldil    L%0xc041, %t1
        ldo     R%0xc041(%t1), %t1
        dep     %arg0, 30, 3, %t1



Home | Main Index | Thread Index | Old Index