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/2e682459b00e
branches: trunk
changeset: 321361:2e682459b00e
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 4e6e52ec1845 -r 2e682459b00e 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