Module Name:    src
Committed By:   jmcneill
Date:           Sat Oct 30 19:28:40 UTC 2021

Modified Files:
        src/sys/arch/evbarm/conf: std.generic64

Log Message:
Enable GIC_SPLFUNCS again. Hopefully stable now.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/std.generic64

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/evbarm/conf/std.generic64
diff -u src/sys/arch/evbarm/conf/std.generic64:1.16 src/sys/arch/evbarm/conf/std.generic64:1.17
--- src/sys/arch/evbarm/conf/std.generic64:1.16	Sun Oct  3 23:19:26 2021
+++ src/sys/arch/evbarm/conf/std.generic64	Sat Oct 30 19:28:40 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: std.generic64,v 1.16 2021/10/03 23:19:26 jmcneill Exp $
+#	$NetBSD: std.generic64,v 1.17 2021/10/30 19:28:40 jmcneill Exp $
 #
 #	generic NetBSD/evbarm64 with FDT support
 
@@ -16,7 +16,7 @@ options 	DRAM_BLOCKS=256
 options 	EVBARM_BOARDTYPE="FDT"
 options 	FDT				# Flattened Device Tree support
 options 	FPU_VFP
-#options 	GIC_SPLFUNCS
+options 	GIC_SPLFUNCS
 options 	MODULAR
 options 	MODULAR_DEFAULT_AUTOLOAD
 options 	PCI_NETBSD_CONFIGURE

Reply via email to