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
The following reply was made to PR port-evbarm/52169; it has been noted by GNATS.
From: Nick Hudson <skrll%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, port-evbarm-maintainer%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, venture37%geeklan.co.uk@localhost
Cc:
Subject: Re: port-evbarm/52169: setting dtrace module to load cause Pi to hang
on boot
Date: Tue, 18 Apr 2017 11:33:27 +0100
This is a multi-part message in MIME format.
--------------030801040504010005080302
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
This seems to fix it for me - I'm not entirely sure why though
Nick
--------------030801040504010005080302
Content-Type: text/x-patch;
name="pr52169.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="pr52169.diff"
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 */
--------------030801040504010005080302--
Home |
Main Index |
Thread Index |
Old Index