Module Name:    src
Committed By:   jmcneill
Date:           Sun Oct 31 12:34:48 UTC 2021

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

Log Message:
Disable GIC_SPLFUNCS (still crashy)


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/sys/arch/evbarm/conf/std.generic64:1.18
--- src/sys/arch/evbarm/conf/std.generic64:1.17	Sat Oct 30 19:28:40 2021
+++ src/sys/arch/evbarm/conf/std.generic64	Sun Oct 31 12:34:48 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: std.generic64,v 1.17 2021/10/30 19:28:40 jmcneill Exp $
+#	$NetBSD: std.generic64,v 1.18 2021/10/31 12:34:48 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			# Experimental
 options 	MODULAR
 options 	MODULAR_DEFAULT_AUTOLOAD
 options 	PCI_NETBSD_CONFIGURE

Reply via email to