Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/riscv/include This file is #define<space>



details:   https://anonhg.NetBSD.org/src/rev/58bce548cec3
branches:  trunk
changeset: 946066:58bce548cec3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 15 08:09:56 2020 +0000

description:
This file is #define<space>

diffstat:

 sys/arch/riscv/include/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8af4b9279e31 -r 58bce548cec3 sys/arch/riscv/include/pmap.h
--- a/sys/arch/riscv/include/pmap.h     Sun Nov 15 06:19:34 2020 +0000
+++ b/sys/arch/riscv/include/pmap.h     Sun Nov 15 08:09:56 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.6 2020/08/10 06:53:11 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.7 2020/11/15 08:09:56 skrll Exp $ */
 
 /*
  * Copyright (c) 2014, 2019 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
 
 #include <riscv/pte.h>
 
-#define        PMAP_SEGTABSIZE NPTEPG
+#define PMAP_SEGTABSIZE        NPTEPG
 
 #define NBSEG          (PAGE_SIZE * NPTEPG)
 



Home | Main Index | Thread Index | Old Index