Re: [PATCH v2 01/23] asm-generic: add generic MMU versions of mmu context functions

2020-09-01 Thread Nicholas Piggin
Excerpts from Mike Rapoport's message of September 1, 2020 4:49 pm: > On Thu, Aug 27, 2020 at 12:52:27AM +1000, Nicholas Piggin wrote: >> Many of these are no-ops on many architectures, so extend mmu_context.h >> to cover MMU and NOMMU, and split the NOMMU bits out to nommu_context.h >> >> Cc:

Re: [PATCH v2 01/23] asm-generic: add generic MMU versions of mmu context functions

2020-09-01 Thread Mike Rapoport
On Thu, Aug 27, 2020 at 12:52:27AM +1000, Nicholas Piggin wrote: > Many of these are no-ops on many architectures, so extend mmu_context.h > to cover MMU and NOMMU, and split the NOMMU bits out to nommu_context.h > > Cc: Arnd Bergmann > Cc: linux-a...@vger.kernel.org > Signed-off-by: Nicholas

Re: [PATCH v2 01/23] asm-generic: add generic MMU versions of mmu context functions

2020-08-26 Thread kernel test robot
Hi Nicholas, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on asm-generic/master sparc-next/master xtensa/for_next v5.9-rc2 next-20200826] [cannot apply to sparc/master] [If your patch is applied to the wrong git tree, kindly drop us

[PATCH v2 01/23] asm-generic: add generic MMU versions of mmu context functions

2020-08-26 Thread Nicholas Piggin
Many of these are no-ops on many architectures, so extend mmu_context.h to cover MMU and NOMMU, and split the NOMMU bits out to nommu_context.h Cc: Arnd Bergmann Cc: linux-a...@vger.kernel.org Signed-off-by: Nicholas Piggin --- arch/microblaze/include/asm/mmu_context.h | 2 +-