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 Enable GIC_SPLFUNCS again. Hopefully st...



details:   https://anonhg.NetBSD.org/src/rev/32400f64479c
branches:  trunk
changeset: 990591:32400f64479c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Oct 30 19:28:40 2021 +0000

description:
Enable GIC_SPLFUNCS again. Hopefully stable now.

diffstat:

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

diffs (18 lines):

diff -r 72cd539845bb -r 32400f64479c sys/arch/evbarm/conf/std.generic64
--- a/sys/arch/evbarm/conf/std.generic64        Sat Oct 30 18:58:04 2021 +0000
+++ b/sys/arch/evbarm/conf/std.generic64        Sat Oct 30 19:28:40 2021 +0000
@@ -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        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



Home | Main Index | Thread Index | Old Index