Re: [PATCH] ARM: mmu: remove no longer accurate comment

2019-10-14 Thread Sascha Hauer
On Tue, Oct 08, 2019 at 04:18:01PM +0200, Ahmad Fatoum wrote: > This comment refers to the state of things prior to e3e54c644 > ("ARM: mmu: Implement on-demand PTE allocation"). Since then, we no > longer generate 2nd level page tables directly below. Remove it > to avoid confusion. > > Cc: Lucas

[PATCH] ARM: mmu: remove no longer accurate comment

2019-10-08 Thread Ahmad Fatoum
This comment refers to the state of things prior to e3e54c644 ("ARM: mmu: Implement on-demand PTE allocation"). Since then, we no longer generate 2nd level page tables directly below. Remove it to avoid confusion. Cc: Lucas Stach Signed-off-by: Ahmad Fatoum --- arch/arm/cpu/mmu.c | 5 - 1