Module Name: src
Committed By: jmcneill
Date: Sun Jul 1 23:41:37 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: std.exynos
Log Message:
add options __HAVE_GENERIC_CPU_INITCLOCKS
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.exynos
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.exynos
diff -u src/sys/arch/evbarm/conf/std.exynos:1.5 src/sys/arch/evbarm/conf/std.exynos:1.6
--- src/sys/arch/evbarm/conf/std.exynos:1.5 Wed Jul 5 01:08:44 2017
+++ src/sys/arch/evbarm/conf/std.exynos Sun Jul 1 23:41:37 2018
@@ -1,4 +1,4 @@
-# $NetBSD: std.exynos,v 1.5 2017/07/05 01:08:44 jmcneill Exp $
+# $NetBSD: std.exynos,v 1.6 2018/07/01 23:41:37 jmcneill Exp $
#
machine evbarm arm
@@ -27,6 +27,7 @@ options FPU_VFP
options PCI_NETBSD_CONFIGURE
options __HAVE_PCI_CONF_HOOK
options __BUS_SPACE_HAS_STREAM_METHODS
+options __HAVE_GENERIC_CPU_INITCLOCKS
makeoptions KERNEL_BASE_PHYS="0x40000000"
makeoptions KERNEL_BASE_VIRT="0x80000000"