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 Update a comment



details:   https://anonhg.NetBSD.org/src/rev/6dae75ab60e7
branches:  trunk
changeset: 371847:6dae75ab60e7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 15 06:07:04 2022 +0000

description:
Update a comment

diffstat:

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

diffs (18 lines):

diff -r b183d4cf2636 -r 6dae75ab60e7 sys/arch/riscv/include/vmparam.h
--- a/sys/arch/riscv/include/vmparam.h  Sat Oct 15 05:55:45 2022 +0000
+++ b/sys/arch/riscv/include/vmparam.h  Sat Oct 15 06:07:04 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.11 2022/10/12 07:53:15 simonb Exp $      */
+/*     $NetBSD: vmparam.h,v 1.12 2022/10/15 06:07:04 skrll Exp $       */
 
 /*-
  * Copyright (c) 2014, 2020 The NetBSD Foundation, Inc.
@@ -108,7 +108,7 @@
  * User/kernel map constants.
  */
 #define VM_MIN_ADDRESS         ((vaddr_t)0x00000000)
-#ifdef _LP64   /* Sv39 */
+#ifdef _LP64   /* Sv39 / Sv48 / Sv57 */
 /*
  * kernel virtual space layout:
  *   0xffff_ffc0_0000_0000  -   64GiB  KERNEL VM Space (inc. text/data/bss)



Home | Main Index | Thread Index | Old Index