Excellent! Thank you so much for finding out and fixing this!
Full ATF successfully completed for Raspberry Pi 2b, which formerly
crashed due to "anon != NULL && anon->an_ref != 0" panic.
Now, ATF is running on Cubietruck and Raspberry Pi Zero W.
Thanks,
rin
On 2020/11/22 4:44, Nick Hudson wro
On 21/02/2020 23:27, Maya Rashish wrote:
[...]
Index: src/sys/arch/arm/arm32/bus_dma.c
diff -u src/sys/arch/arm/arm32/bus_dma.c:1.118
src/sys/arch/arm/arm32/bus_dma.c:1.119
--- src/sys/arch/arm/arm32/bus_dma.c:1.118 Tue Nov 5 10:21:31 2019
+++ src/sys/arch/arm/arm32/bus_dma.cFri Feb 2
On Tue, Jul 17, 2018 at 05:29:07AM +, Martin Husemann wrote:
> Module Name: src
> Committed By: martin
> Date: Tue Jul 17 05:29:07 UTC 2018
>
> Modified Files:
> src/sys/arch/arm/arm32: bus_dma.c
>
> Log Message:
> Revert previous and cast to u_quad_t instead (t is for ptrdiff_
On Fri, Jul 15, 2016 at 05:59:46AM +, Nick Hudson wrote:
> +
> +bool
> +mm_md_page_color(paddr_t pa, int *colorp)
> +{
> + *colorp = atop(pa & arm_cache_prefer_mask);
> +
> + return arm_cache_prefer_mask ? false : true;
> +}
>
arm_cache_prefer_mask only exists for armv6/armv7 now
On Fri, Jul 15, 2016 at 05:59:46AM +, Nick Hudson wrote:
> Module Name: src
> Committed By: skrll
> Date: Fri Jul 15 05:59:46 UTC 2016
>
> Modified Files:
> src/sys/arch/arm/arm32: arm32_machdep.c
>
> Log Message:
> Provide a mm_md_page_color and fix some kernel builds
>
>
S
On Wed, 2 Apr 2014, Matt Thomas wrote:
Module Name:src
Committed By: matt
Date: Wed Apr 2 14:05:54 UTC 2014
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Init the page_lock to IPL_VM iff VIPT && arm_cache_prefer_mask != 0 otherwise
use IPL_NONE. Don't bo
"Masao Uebayashi" wrote:
> Module Name: src
> Committed By: uebayasi
> Date: Sat Oct 30 16:14:09 UTC 2010
>
> Modified Files:
>
> src/sys/arch/arm/arm32: pmap.c
>
> Log Message:
>
> Pass struct vm_page_md * where possible.
>
> This causes 1% code increase, mainly because additi
I spoke too early. I still see problems. I'll post this to port-arm@ after
sorting out things.
Masao
--
Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635
> Log Message:
> Apply some band-aid to pmap_activate() for PR kern/41058:
>
> There's a corner case here which can leave turds in the cache as
> reported in kern/41058. They're probably left over during tear-down and
> switching away from an exiting process. Until the root cause is identified
> a
On Sat, Nov 28, 2009 at 11:44:45AM +, Steve Woodford wrote:
> Module Name: src
> Committed By: scw
> Date: Sat Nov 28 11:44:45 UTC 2009
>
> Modified Files:
> src/sys/arch/arm/arm32: pmap.c
>
> Log Message:
> Apply some band-aid to pmap_activate() for PR kern/41058:
>
> There's
10 matches
Mail list logo