Peter Zijlstra <pet...@infradead.org> writes: > From: Martin Schwidefsky <schwidef...@de.ibm.com> > > Add the Kconfig option HAVE_MMU_GATHER_NO_GATHER to the generic > mmu_gather code. If the option is set the mmu_gather will not > track individual pages for delayed page free anymore. A platform > that enables the option needs to provide its own implementation > of the __tlb_remove_page_size function to free pages.
Can we rename this to HAVE_NO_BATCH_MMU_GATHER? > > Cc: npig...@gmail.com > Cc: heiko.carst...@de.ibm.com > Cc: will.dea...@arm.com > Cc: aneesh.ku...@linux.vnet.ibm.com > Cc: a...@linux-foundation.org > Cc: Linus Torvalds <torva...@linux-foundation.org> > Cc: li...@armlinux.org.uk > Signed-off-by: Martin Schwidefsky <schwidef...@de.ibm.com> > Signed-off-by: Peter Zijlstra (Intel) <pet...@infradead.org> > Link: http://lkml.kernel.org/r/20180918125151.31744-2-schwidef...@de.ibm.com -aneesh