NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-evbarm/52169: setting dtrace module to load cause Pi to hang on boot



This seems to fix it for me - I'm not entirely sure why though

Nick
Index: sys/arch/arm/arm/cpufunc.c
===================================================================
RCS file: /cvsroot/src/sys/arch/arm/arm/cpufunc.c,v
retrieving revision 1.163
diff -u -p -r1.163 cpufunc.c
--- sys/arch/arm/arm/cpufunc.c	28 Jan 2017 13:21:11 -0000	1.163
+++ sys/arch/arm/arm/cpufunc.c	18 Apr 2017 10:32:25 -0000
@@ -892,7 +892,7 @@ struct cpu_functions arm1176_cpufuncs = 
 	.cf_sdcache_wb_range	= (void *)cpufunc_nullop,
 
 	.cf_idcache_wbinv_all	= arm11x6_idcache_wbinv_all,	/* 415045 */
-	.cf_idcache_wbinv_range = arm11x6_idcache_wbinv_range,	/* 371367 */
+	.cf_idcache_wbinv_range = (void *)arm11x6_idcache_wbinv_all,
 
 	/* Other functions */
 


Home | Main Index | Thread Index | Old Index