Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/sys/arch/evbarm/conf Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/c3c4ce52630b
branches:  netbsd-8
changeset: 850796:c3c4ce52630b
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jul 05 19:57:46 2017 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #87):
        sys/arch/evbarm/conf/std.tegra: revision 1.14
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP to make use of the idlelwp stacks
created by arm32_kvminit.c

diffstat:

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

diffs (17 lines):

diff -r 67e015ede3b9 -r c3c4ce52630b sys/arch/evbarm/conf/std.tegra
--- a/sys/arch/evbarm/conf/std.tegra    Wed Jul 05 19:55:21 2017 +0000
+++ b/sys/arch/evbarm/conf/std.tegra    Wed Jul 05 19:57:46 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.tegra,v 1.13 2017/05/30 22:00:25 jmcneill Exp $
+#      $NetBSD: std.tegra,v 1.13.2.1 2017/07/05 19:57:46 snj Exp $
 #
 
 machine        evbarm arm
@@ -12,6 +12,7 @@
 options        __HAVE_CPU_COUNTER
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
 options        ARM_HAS_VBAR
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
 #options       __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 #options       PMAP_NEED_ALLOC_POOLPAGE
 options        TPIDRPRW_IS_CURCPU



Home | Main Index | Thread Index | Old Index