Module Name: src
Committed By: skrll
Date: Sat Oct 15 06:07:04 UTC 2022
Modified Files:
src/sys/arch/riscv/include: vmparam.h
Log Message:
Update a comment
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/riscv/include/vmparam.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/vmparam.h
diff -u src/sys/arch/riscv/include/vmparam.h:1.11 src/sys/arch/riscv/include/vmparam.h:1.12
--- src/sys/arch/riscv/include/vmparam.h:1.11 Wed Oct 12 07:53:15 2022
+++ src/sys/arch/riscv/include/vmparam.h Sat Oct 15 06:07:04 2022
@@ -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)