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 Define __HAVE_CPU_UAREA_ALLOC_IDLELWP



details:   https://anonhg.NetBSD.org/src/rev/c7ab7267fe2e
branches:  trunk
changeset: 825143:c7ab7267fe2e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 01 12:52:01 2017 +0000

description:
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP

diffstat:

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

diffs (17 lines):

diff -r 160fba5f90a3 -r c7ab7267fe2e sys/arch/evbarm/conf/std.nitrogen6
--- a/sys/arch/evbarm/conf/std.nitrogen6        Sat Jul 01 12:23:09 2017 +0000
+++ b/sys/arch/evbarm/conf/std.nitrogen6        Sat Jul 01 12:52:01 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.nitrogen6,v 1.4 2016/11/24 12:06:44 hkenken Exp $
+#      $NetBSD: std.nitrogen6,v 1.5 2017/07/01 12:52:01 skrll Exp $
 #
 # standard NetBSD/evbarm options for Nitrogen6X
 
@@ -12,6 +12,7 @@
 
 options        ARM_HAS_VBAR
 options        __HAVE_CPU_COUNTER
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        TPIDRPRW_IS_CURCPU
 options        PCI_NETBSD_CONFIGURE



Home | Main Index | Thread Index | Old Index