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/642a45c2f98f
branches: trunk
changeset: 1016310:642a45c2f98f
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 80948f2ef776 -r 642a45c2f98f 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