Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/riscv/riscv Whitespace



details:   https://anonhg.NetBSD.org/src/rev/c7494e518381
branches:  trunk
changeset: 1008958:c7494e518381
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 06 20:26:16 2020 +0000

description:
Whitespace

diffstat:

 sys/arch/riscv/riscv/trap.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 2e000007b728 -r c7494e518381 sys/arch/riscv/riscv/trap.c
--- a/sys/arch/riscv/riscv/trap.c       Mon Apr 06 19:58:09 2020 +0000
+++ b/sys/arch/riscv/riscv/trap.c       Mon Apr 06 20:26:16 2020 +0000
@@ -32,7 +32,7 @@
 #define __PMAP_PRIVATE
 #define __UFETCHSTORE_PRIVATE
 
-__RCSID("$NetBSD: trap.c,v 1.5 2020/03/14 16:12:16 skrll Exp $");
+__RCSID("$NetBSD: trap.c,v 1.6 2020/04/06 20:26:16 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -293,7 +293,7 @@
        pmap_tlb_update_addr(pmap, addr, npte, 0);
 
        if (attr & VM_PAGEMD_EXECPAGE)
-                pmap_md_page_syncicache(pg, curcpu()->ci_data.cpu_kcpuset);
+               pmap_md_page_syncicache(pg, curcpu()->ci_data.cpu_kcpuset);
 
        return true;
 }



Home | Main Index | Thread Index | Old Index