Module Name: src Committed By: skrll Date: Sun Nov 15 08:09:56 UTC 2020
Modified Files: src/sys/arch/riscv/include: pmap.h Log Message: This file is #define<space> To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/include/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/riscv/include/pmap.h diff -u src/sys/arch/riscv/include/pmap.h:1.6 src/sys/arch/riscv/include/pmap.h:1.7 --- src/sys/arch/riscv/include/pmap.h:1.6 Mon Aug 10 06:53:11 2020 +++ src/sys/arch/riscv/include/pmap.h Sun Nov 15 08:09:56 2020 @@ -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)