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 KNF



details:   https://anonhg.NetBSD.org/src/rev/e956c560f482
branches:  trunk
changeset: 347356:e956c560f482
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Aug 22 11:34:42 2016 +0000

description:
KNF

diffstat:

 sys/arch/mips/mips/pmap_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5c340bca381a -r e956c560f482 sys/arch/mips/mips/pmap_machdep.c
--- a/sys/arch/mips/mips/pmap_machdep.c Mon Aug 22 11:34:06 2016 +0000
+++ b/sys/arch/mips/mips/pmap_machdep.c Mon Aug 22 11:34:42 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_machdep.c,v 1.4 2016/08/22 11:34:06 skrll Exp $   */
+/*     $NetBSD: pmap_machdep.c,v 1.5 2016/08/22 11:34:42 skrll Exp $   */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.4 2016/08/22 11:34:06 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.5 2016/08/22 11:34:42 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -654,7 +654,7 @@
         */
        if (MIPS_HAS_R4K_MMU) {
                if (VM_PAGEMD_CACHED_P(mdpg)) {
-                       mips_icache_sync_range_index( va, PAGE_SIZE);
+                       mips_icache_sync_range_index(va, PAGE_SIZE);
                }
        } else {
                mips_icache_sync_range(MIPS_PHYS_TO_KSEG0(VM_PAGE_TO_PHYS(pg)),



Home | Main Index | Thread Index | Old Index