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/0a1a7c568e6a
branches: trunk
changeset: 356034:0a1a7c568e6a
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 5edf531d9a91 -r 0a1a7c568e6a 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