Re: [PATCH 04/24] arm: use asm-generic/mmu_context.h for no-op implementations

2020-08-26 Thread Nicholas Piggin
Excerpts from Vineet Gupta's message of July 28, 2020 2:14 pm: > On 7/27/20 8:33 PM, Nicholas Piggin wrote: >> Cc: Russell King >> Cc: linux-arm-ker...@lists.infradead.org >> Signed-off-by: Nicholas Piggin >> --- >> arch/arm/include/asm/mmu_context.h | 26 +++--- >> 1 file ch

Re: [PATCH 04/24] arm: use asm-generic/mmu_context.h for no-op implementations

2020-07-27 Thread Vineet Gupta
On 7/27/20 8:33 PM, Nicholas Piggin wrote: > Cc: Russell King > Cc: linux-arm-ker...@lists.infradead.org > Signed-off-by: Nicholas Piggin > --- > arch/arm/include/asm/mmu_context.h | 26 +++--- > 1 file changed, 3 insertions(+), 23 deletions(-) > > diff --git a/arch/arm/incl

[PATCH 04/24] arm: use asm-generic/mmu_context.h for no-op implementations

2020-07-27 Thread Nicholas Piggin
Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Signed-off-by: Nicholas Piggin --- arch/arm/include/asm/mmu_context.h | 26 +++--- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/arch/arm/include/asm/mmu_context.h b/arch/arm/include/asm/mmu_context.h