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 Add __HAVE_CPU_UAREA_ALLOC_IDLELWP sinc...



details:   https://anonhg.NetBSD.org/src/rev/e5bdffb7e0f5
branches:  trunk
changeset: 781371:e5bdffb7e0f5
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Sep 02 13:34:50 2012 +0000

description:
Add __HAVE_CPU_UAREA_ALLOC_IDLELWP since it's using the new boot/kvminit code

diffstat:

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

diffs (17 lines):

diff -r cf88a6c32bab -r e5bdffb7e0f5 sys/arch/evbarm/conf/std.marvell
--- a/sys/arch/evbarm/conf/std.marvell  Sun Sep 02 06:29:56 2012 +0000
+++ b/sys/arch/evbarm/conf/std.marvell  Sun Sep 02 13:34:50 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.marvell,v 1.1 2010/10/02 06:15:52 kiyohara Exp $
+#      $NetBSD: std.marvell,v 1.2 2012/09/02 13:34:50 matt Exp $
 #
 # standard NetBSD/evbarm for MAEVELL options
 
@@ -13,6 +13,7 @@
 # To support easy transit to ../arch/arm/arm32
 options        ARM32
 options        __HAVE_PCI_CONF_HOOK            # should be in types.h
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
 
 options        COM_REGMAP
 



Home | Main Index | Thread Index | Old Index