Module Name:    src
Committed By:   jmcneill
Date:           Sun Oct  3 23:19:26 UTC 2021

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

Log Message:
disable GIC_SPLFUNCS until remaining issues are sorted out


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/sys/arch/evbarm/conf/std.generic64:1.16
--- src/sys/arch/evbarm/conf/std.generic64:1.15	Sat Sep 18 12:25:07 2021
+++ src/sys/arch/evbarm/conf/std.generic64	Sun Oct  3 23:19:26 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: std.generic64,v 1.15 2021/09/18 12:25:07 jmcneill Exp $
+#	$NetBSD: std.generic64,v 1.16 2021/10/03 23:19:26 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