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 fix build error. add options __HAVE_CPU...



details:   https://anonhg.NetBSD.org/src/rev/00054dada188
branches:  trunk
changeset: 831129:00054dada188
user:      ryo <ryo%NetBSD.org@localhost>
date:      Tue Mar 13 06:21:59 2018 +0000

description:
fix build error. add options __HAVE_CPU_UAREA_ALLOC_IDLELWP for MULTIPROCESSOR

diffstat:

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

diffs (18 lines):

diff -r 9fc4654a69a7 -r 00054dada188 sys/arch/evbarm/conf/DUOVERO
--- a/sys/arch/evbarm/conf/DUOVERO      Tue Mar 13 06:21:22 2018 +0000
+++ b/sys/arch/evbarm/conf/DUOVERO      Tue Mar 13 06:21:59 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: DUOVERO,v 1.6 2017/09/14 07:58:40 mrg Exp $
+#      $NetBSD: DUOVERO,v 1.7 2018/03/13 06:21:59 ryo Exp $
 #
 #      DUOOVERO -- Gumstix. Inc. DuoVero COMS platforms kernel
 #
@@ -17,6 +17,7 @@
 options        CPU_CORTEXA9
 options        OMAP_4430
 options        MULTIPROCESSOR
+options         __HAVE_CPU_UAREA_ALLOC_IDLELWP # need for MULTIPROCESSOR
 options        FPU_VFP
 options        PMAPCOUNTERS
 options        ARM_HAS_VBAR



Home | Main Index | Thread Index | Old Index