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 a...



details:   https://anonhg.NetBSD.org/src/rev/e8aba390038b
branches:  trunk
changeset: 781360:e8aba390038b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Sep 01 17:11:56 2012 +0000

description:
Define __HAVE_CPU_UAREA_ALLOC_IDLELWP and TPIDRPRW_IS_CURCPU

diffstat:

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

diffs (20 lines):

diff -r 701280e06cb6 -r e8aba390038b sys/arch/evbarm/conf/std.rpi
--- a/sys/arch/evbarm/conf/std.rpi      Sat Sep 01 17:01:24 2012 +0000
+++ b/sys/arch/evbarm/conf/std.rpi      Sat Sep 01 17:11:56 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.rpi,v 1.1 2012/07/26 06:21:57 skrll Exp $
+#      $NetBSD: std.rpi,v 1.2 2012/09/01 17:11:56 skrll Exp $
 #
 # standard NetBSD/evbarm for Raspberry Pi options
 
@@ -13,8 +13,9 @@
 
 # To support easy transit to ../arch/arm/arm32
 options        ARM32
-#options       ARM11_CACHE_WRITE_THROUGH
 options        __HAVE_FAST_SOFTINTS            # should be in types.h
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
+options        TPIDRPRW_IS_CURCPU
 options        KERNEL_BASE_EXT=0xc0000000
 
 options        EVBARM_BOARDTYPE="rpi"



Home | Main Index | Thread Index | Old Index