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/d147f44817d6
branches:  trunk
changeset: 825144:d147f44817d6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 01 14:51:59 2017 +0000

description:
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP

diffstat:

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

diffs (17 lines):

diff -r c7ab7267fe2e -r d147f44817d6 sys/arch/evbarm/conf/std.amlogic
--- a/sys/arch/evbarm/conf/std.amlogic  Sat Jul 01 12:52:01 2017 +0000
+++ b/sys/arch/evbarm/conf/std.amlogic  Sat Jul 01 14:51:59 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.amlogic,v 1.2 2015/02/27 17:33:31 jmcneill Exp $
+#      $NetBSD: std.amlogic,v 1.3 2017/07/01 14:51:59 skrll Exp $
 #
 
 machine        evbarm arm
@@ -9,6 +9,7 @@
 options        MODULAR
 options        MODULAR_DEFAULT_AUTOLOAD
 options        __HAVE_CPU_COUNTER
+options         __HAVE_CPU_UAREA_ALLOC_IDLELWP
 options        CORTEX_PMC
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        ARM_HAS_VBAR



Home | Main Index | Thread Index | Old Index