Module Name:    src
Committed By:   skrll
Date:           Sun Jul  2 18:22:29 UTC 2017

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

Log Message:
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/sys/arch/evbarm/conf/std.exynos:1.4
--- src/sys/arch/evbarm/conf/std.exynos:1.3	Sun Jun 11 00:03:29 2017
+++ src/sys/arch/evbarm/conf/std.exynos	Sun Jul  2 18:22:29 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: std.exynos,v 1.3 2017/06/11 00:03:29 jmcneill Exp $
+#	$NetBSD: std.exynos,v 1.4 2017/07/02 18:22:29 skrll Exp $
 #
 
 machine	evbarm arm
@@ -15,6 +15,7 @@ options 	FDT				# Flattened Device Tree 
 options 	MODULAR
 options 	MODULAR_DEFAULT_AUTOLOAD
 options 	__HAVE_CPU_COUNTER
+options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 options 	ARM_HAS_VBAR
 #options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS

Reply via email to