Re: [PATCH v2] ARM: map_init_section flushes incorrect pmd

2013-06-19 Thread Jonas Jensen
On 30 May 2013 13:46, Po-Yu Chuang wrote: > This bug was introduced in commit e651eab0. > Some v4/v5 platforms failed to boot due to this. Thanks! Confirming that this fixes boot on MOXA ART (FA526). Best regards, Jonas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH v2] ARM: map_init_section flushes incorrect pmd

2013-05-30 Thread Po-Yu Chuang
This bug was introduced in commit e651eab0. Some v4/v5 platforms failed to boot due to this. Signed-off-by: Po-Yu Chuang --- v2: prefix underscores to map_init_section to emphasize that it should never be called by some random function. arch/arm/mm/mmu.c |8 +--- 1 file changed, 5 inser