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/10a105529446
branches:  trunk
changeset: 354839:10a105529446
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Jul 01 09:26:51 2017 +0000

description:
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP

diffstat:

 sys/arch/evbarm/conf/std.armadaxp |  3 ++-
 sys/arch/evbarm/conf/std.awin     |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r be5760e8b4b5 -r 10a105529446 sys/arch/evbarm/conf/std.armadaxp
--- a/sys/arch/evbarm/conf/std.armadaxp Sat Jul 01 09:18:31 2017 +0000
+++ b/sys/arch/evbarm/conf/std.armadaxp Sat Jul 01 09:26:51 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.armadaxp,v 1.3 2014/03/29 15:02:00 matt Exp $
+#      $NetBSD: std.armadaxp,v 1.4 2017/07/01 09:26:51 skrll Exp $
 #
 # standard NetBSD/evbarm for ARMADAXP options
 
@@ -14,6 +14,7 @@
 options        ARM32
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        __HAVE_PCI_CONF_HOOK            # should be in types.h
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
 
 
 # Build for armv7-a, soft-floats only
diff -r be5760e8b4b5 -r 10a105529446 sys/arch/evbarm/conf/std.awin
--- a/sys/arch/evbarm/conf/std.awin     Sat Jul 01 09:18:31 2017 +0000
+++ b/sys/arch/evbarm/conf/std.awin     Sat Jul 01 09:26:51 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.awin,v 1.9 2015/12/19 13:28:22 skrll Exp $
+#      $NetBSD: std.awin,v 1.10 2017/07/01 09:26:51 skrll Exp $
 #
 # standard NetBSD/evbarm for Allwinner based options
 
@@ -12,6 +12,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