Module Name: src
Committed By: simonb
Date: Tue Nov 15 14:44:05 UTC 2022
Modified Files:
src/sys/arch/riscv/conf: GENERIC
Log Message:
Include GENERIC.local if it exists.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/riscv/conf/GENERIC
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/conf/GENERIC
diff -u src/sys/arch/riscv/conf/GENERIC:1.18 src/sys/arch/riscv/conf/GENERIC:1.19
--- src/sys/arch/riscv/conf/GENERIC:1.18 Sat Nov 12 11:14:44 2022
+++ src/sys/arch/riscv/conf/GENERIC Tue Nov 15 14:44:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.18 2022/11/12 11:14:44 simonb Exp $
+# $NetBSD: GENERIC,v 1.19 2022/11/15 14:44:04 simonb Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/riscv/conf/std.riscv64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.18 $"
+#ident "GENERIC-$Revision: 1.19 $"
maxusers 64 # estimated number of users
@@ -183,3 +183,5 @@ pseudo-device drvctl
options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
options PAX_ASLR=0 # PaX Address Space Layout Randomization
+
+cinclude "arch/riscv/conf/GENERIC.local"