Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Remove whitespace I just introduced



details:   https://anonhg.NetBSD.org/src/rev/b0aeccfa44bf
branches:  trunk
changeset: 825959:b0aeccfa44bf
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Aug 08 09:34:59 2017 +0000

description:
Remove whitespace I just introduced

diffstat:

 sys/arch/mips/mips/mipsX_subr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1857bf852d73 -r b0aeccfa44bf sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Tue Aug 08 09:33:41 2017 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Tue Aug 08 09:34:59 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mipsX_subr.S,v 1.101 2017/08/08 09:33:41 maya Exp $    */
+/*     $NetBSD: mipsX_subr.S,v 1.102 2017/08/08 09:34:59 maya Exp $    */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -1289,7 +1289,7 @@
         * Save a minimum of registers to see if this is rdhwr $3,$29
         */
 #ifdef MIPS3_LOONGSON2
-       li      k0,  MIPS_DIAG_BTB_CLEAR | MIPS_DIAG_RAS_DISABLE 
+       li      k0, MIPS_DIAG_BTB_CLEAR | MIPS_DIAG_RAS_DISABLE
        mtc0    k0, MIPS_COP_0_DIAG
 #endif
        /* K1 already has CURLWP */



Home | Main Index | Thread Index | Old Index