Re: [PATCH 1/2] ARM: mmu: inherit pte flags from pmd

2021-06-20 Thread Sascha Hauer
On Fri, Jun 18, 2021 at 10:09:38AM +0200, Steffen Trumtrar wrote: > From: Sascha Hauer > > When creating a 2nd level page table from a section inherit the flags > from the section rather than assuming the section was mapped cached > previously. This fixes creating a 2nd level pagetable when the

[PATCH 1/2] ARM: mmu: inherit pte flags from pmd

2021-06-18 Thread Steffen Trumtrar
From: Sascha Hauer When creating a 2nd level page table from a section inherit the flags from the section rather than assuming the section was mapped cached previously. This fixes creating a 2nd level pagetable when the section was mapped differently than we expected. Signed-off-by: Sascha