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 __HAVE_CPU_UAREA_ALLOC_IDLELWP needed t...



details:   https://anonhg.NetBSD.org/src/rev/a8978b14cf00
branches:  trunk
changeset: 826335:a8978b14cf00
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Aug 28 08:00:20 2017 +0000

description:
__HAVE_CPU_UAREA_ALLOC_IDLELWP needed to not waste pages

diffstat:

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

diffs (17 lines):

diff -r eef359c705de -r a8978b14cf00 sys/arch/evbarm/conf/std.zynq
--- a/sys/arch/evbarm/conf/std.zynq     Mon Aug 28 07:03:47 2017 +0000
+++ b/sys/arch/evbarm/conf/std.zynq     Mon Aug 28 08:00:20 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.zynq,v 1.1 2015/01/23 12:34:09 hkenken Exp $
+#      $NetBSD: std.zynq,v 1.2 2017/08/28 08:00:20 skrll Exp $
 #
 # standard NetBSD/evbarm for ZYNQ options
 
@@ -13,6 +13,7 @@
 options        ARM_HAS_VBAR
 options        PMAP_NEED_ALLOC_POOLPAGE
 options        __HAVE_CPU_COUNTER
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 options        TPIDRPRW_IS_CURCPU



Home | Main Index | Thread Index | Old Index