Module Name:    src
Committed By:   matt
Date:           Wed Apr 22 23:04:16 UTC 2015

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

Log Message:
Revert back to IS_CURCPU until panics with CURLWP are solved.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/std.awin

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.awin
diff -u src/sys/arch/evbarm/conf/std.awin:1.6 src/sys/arch/evbarm/conf/std.awin:1.7
--- src/sys/arch/evbarm/conf/std.awin:1.6	Mon Apr 20 00:11:27 2015
+++ src/sys/arch/evbarm/conf/std.awin	Wed Apr 22 23:04:16 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: std.awin,v 1.6 2015/04/20 00:11:27 matt Exp $
+#	$NetBSD: std.awin,v 1.7 2015/04/22 23:04:16 matt Exp $
 #
 # standard NetBSD/evbarm for Allwinner based options
 
@@ -16,7 +16,7 @@ options 	CORTEX_PMC
 options 	__HAVE_FAST_SOFTINTS		# should be in types.h
 options 	ARM_HAS_VBAR
 options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
-options 	TPIDRPRW_IS_CURLWP
+options 	TPIDRPRW_IS_CURCPU
 options 	KERNEL_BASE_EXT=0x80000000
 options 	FPU_VFP
 options 	GTTWSI_ALLWINNER

Reply via email to