Re: [PATCH 3/8] arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH

2021-03-03 Thread Tom Rini
On Fri, Feb 05, 2021 at 01:53:34PM +0100, Patrick Delaunay wrote: > The normal memory (other that DCACHE_OFF) should be executable by default, > only the device memory (DCACHE_OFF) used for peripheral access should have > the bit execute never (TTB_SECT_XN_MASK). > > Signed-off-by: Patrick Delaun

[PATCH 3/8] arm: remove TTB_SECT_XN_MASK in DCACHE_WRITETHROUGH

2021-02-05 Thread Patrick Delaunay
The normal memory (other that DCACHE_OFF) should be executable by default, only the device memory (DCACHE_OFF) used for peripheral access should have the bit execute never (TTB_SECT_XN_MASK). Signed-off-by: Patrick Delaunay --- arch/arm/include/asm/system.h | 2 +- 1 file changed, 1 insertion(+