Module Name:    src
Committed By:   skrll
Date:           Sat Jul  1 09:17:44 UTC 2017

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

Log Message:
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP to make use of the idlelwp stacks
created by arm32_kvminit.c


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/conf/std.tegra

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.tegra
diff -u src/sys/arch/evbarm/conf/std.tegra:1.13 src/sys/arch/evbarm/conf/std.tegra:1.14
--- src/sys/arch/evbarm/conf/std.tegra:1.13	Tue May 30 22:00:25 2017
+++ src/sys/arch/evbarm/conf/std.tegra	Sat Jul  1 09:17:44 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: std.tegra,v 1.13 2017/05/30 22:00:25 jmcneill Exp $
+#	$NetBSD: std.tegra,v 1.14 2017/07/01 09:17:44 skrll Exp $
 #
 
 machine	evbarm arm
@@ -12,6 +12,7 @@ options 	MODULAR_DEFAULT_AUTOLOAD
 options 	__HAVE_CPU_COUNTER
 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 options 	ARM_HAS_VBAR
+options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
 #options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
 #options 	PMAP_NEED_ALLOC_POOLPAGE
 options 	TPIDRPRW_IS_CURCPU

Reply via email to