Module Name:    src
Committed By:   matt
Date:           Sun Sep  2 13:34:50 UTC 2012

Modified Files:
        src/sys/arch/evbarm/conf: std.marvell

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/std.marvell

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.marvell
diff -u src/sys/arch/evbarm/conf/std.marvell:1.1 src/sys/arch/evbarm/conf/std.marvell:1.2
--- src/sys/arch/evbarm/conf/std.marvell:1.1	Sat Oct  2 06:15:52 2010
+++ src/sys/arch/evbarm/conf/std.marvell	Sun Sep  2 13:34:50 2012
@@ -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 @@ options 	EXEC_SCRIPT
 # 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
 

Reply via email to