Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Disable GIC_SPLFUNCS (still crashy)



details:   https://anonhg.NetBSD.org/src/rev/b22ee94f3225
branches:  trunk
changeset: 990620:b22ee94f3225
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 31 12:34:48 2021 +0000

description:
Disable GIC_SPLFUNCS (still crashy)

diffstat:

 sys/arch/evbarm/conf/std.generic64 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7e80c64ff9e4 -r b22ee94f3225 sys/arch/evbarm/conf/std.generic64
--- a/sys/arch/evbarm/conf/std.generic64        Sun Oct 31 11:36:26 2021 +0000
+++ b/sys/arch/evbarm/conf/std.generic64        Sun Oct 31 12:34:48 2021 +0000
@@ -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        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



Home | Main Index | Thread Index | Old Index