Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/sparc64 sparc64/pmap: Nix trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/aee2d7ed3bfe
branches:  trunk
changeset: 364701:aee2d7ed3bfe
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Apr 06 22:48:21 2022 +0000

description:
sparc64/pmap: Nix trailing whitespace.

diffstat:

 sys/arch/sparc64/sparc64/pmap.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r 1e6793a25b6f -r aee2d7ed3bfe sys/arch/sparc64/sparc64/pmap.c
--- a/sys/arch/sparc64/sparc64/pmap.c   Wed Apr 06 22:48:09 2022 +0000
+++ b/sys/arch/sparc64/sparc64/pmap.c   Wed Apr 06 22:48:21 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.314 2022/03/12 15:32:31 riastradh Exp $     */
+/*     $NetBSD: pmap.c,v 1.315 2022/04/06 22:48:21 riastradh Exp $     */
 /*
  *
  * Copyright (C) 1996-1999 Eduardo Horvath.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.314 2022/03/12 15:32:31 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.315 2022/04/06 22:48:21 riastradh Exp $");
 
 #undef NO_VCACHE /* Don't forget the locked TLB in dostart */
 #define        HWREF
@@ -163,6 +163,7 @@
 static __inline void
 dmmu_set_secondary_context(uint ctx)
 {
+
        if (!CPU_ISSUN4V)
                __asm volatile(
                        "stxa %0,[%1]%2;        "
@@ -175,7 +176,6 @@
                        "membar #Sync           "
                        : : "r" (ctx), "r" (CTX_SECONDARY), "n" (ASI_MMU_CONTEXTID)
                        : "memory");
-               
 }
 
 /*
@@ -564,7 +564,7 @@
                        if (CPU_ISSUN4V)
                                tp[i].data |= SUN4V_TLB_X;
                }
-                       
+
                DPRINTF(PDB_BOOT1, ("xtlb[%d]: Tag: %" PRIx64 " Data: %"
                                PRIx64 "\n", i, tp[i].tag, tp[i].data));
        }



Home | Main Index | Thread Index | Old Index