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 Fix typo in SATP_MODE_SV64



details:   https://anonhg.NetBSD.org/src/rev/c3eef2c864ca
branches:  trunk
changeset: 371852:c3eef2c864ca
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 15 06:53:49 2022 +0000

description:
Fix typo in SATP_MODE_SV64

diffstat:

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

diffs (18 lines):

diff -r fe91c2f14040 -r c3eef2c864ca sys/arch/riscv/include/sysreg.h
--- a/sys/arch/riscv/include/sysreg.h   Sat Oct 15 06:52:35 2022 +0000
+++ b/sys/arch/riscv/include/sysreg.h   Sat Oct 15 06:53:49 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysreg.h,v 1.17 2022/10/15 06:52:35 simonb Exp $ */
+/* $NetBSD: sysreg.h,v 1.18 2022/10/15 06:53:49 skrll Exp $ */
 
 /*
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -257,7 +257,7 @@
 #define         SATP_MODE_SV39         8
 #define         SATP_MODE_SV48         9
 #define         SATP_MODE_SV57         10
-#define         SATP_MODE_SV64         10
+#define         SATP_MODE_SV64         11
 #define        SATP_ASID               __BITS(59,44)
 #define        SATP_PPN                __BITS(43,0)
 #else



Home | Main Index | Thread Index | Old Index