Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/riscv/conf Include GENERIC.local if it exists.
details: https://anonhg.NetBSD.org/src/rev/01c1f54735c8
branches: trunk
changeset: 372328:01c1f54735c8
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Nov 15 14:44:04 2022 +0000
description:
Include GENERIC.local if it exists.
diffstat:
sys/arch/riscv/conf/GENERIC | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r e46b3af2d283 -r 01c1f54735c8 sys/arch/riscv/conf/GENERIC
--- a/sys/arch/riscv/conf/GENERIC Tue Nov 15 14:33:33 2022 +0000
+++ b/sys/arch/riscv/conf/GENERIC Tue Nov 15 14:44:04 2022 +0000
@@ -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 @@
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 @@
options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
options PAX_ASLR=0 # PaX Address Space Layout Randomization
+
+cinclude "arch/riscv/conf/GENERIC.local"
Home |
Main Index |
Thread Index |
Old Index