Module Name:    src
Committed By:   martin
Date:           Sun Sep 22 12:35:56 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf [netbsd-9]: std.generic64

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #224):

        sys/arch/evbarm/conf/std.generic64: revision 1.11

Add __HAVE_GENERIC_CPU_INITCLOCKS


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.2.1 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.10 src/sys/arch/evbarm/conf/std.generic64:1.10.2.1
--- src/sys/arch/evbarm/conf/std.generic64:1.10	Wed Jul  3 19:45:14 2019
+++ src/sys/arch/evbarm/conf/std.generic64	Sun Sep 22 12:35:56 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: std.generic64,v 1.10 2019/07/03 19:45:14 jmcneill Exp $
+#	$NetBSD: std.generic64,v 1.10.2.1 2019/09/22 12:35:56 martin Exp $
 #
 #	generic NetBSD/evbarm64 with FDT support
 
@@ -20,6 +20,7 @@ options 	MODULAR
 options 	MODULAR_DEFAULT_AUTOLOAD
 options 	PCI_NETBSD_CONFIGURE
 options 	_ARM32_NEED_BUS_DMA_BOUNCE
+options 	__HAVE_GENERIC_CPU_INITCLOCKS
 options 	__HAVE_PCI_CONF_HOOK
 options 	__HAVE_PCI_MSI_MSIX
 

Reply via email to