diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-09-18 08:51:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2019-04-03 04:32:55 -0400 |
commit | 952a31c9e6fa963eabf3692f31a769e59f4c8303 (patch) | |
tree | 43bfc72419969559a86bcc4f3ab93ad0c3c08e70 /arch/Kconfig | |
parent | 6137fed0823247e32306bde2b48cac627c24f894 (diff) |
asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=y
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.
No change in behavior intended.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: aneesh.kumar@linux.vnet.ibm.com
Cc: heiko.carstens@de.ibm.com
Cc: linux@armlinux.org.uk
Cc: npiggin@gmail.com
Link: http://lkml.kernel.org/r/20180918125151.31744-2-schwidefsky@de.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 04b3e8b94cfe..a826843470ed 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -389,6 +389,9 @@ config HAVE_RCU_TABLE_NO_INVALIDATE | |||
389 | config HAVE_MMU_GATHER_PAGE_SIZE | 389 | config HAVE_MMU_GATHER_PAGE_SIZE |
390 | bool | 390 | bool |
391 | 391 | ||
392 | config HAVE_MMU_GATHER_NO_GATHER | ||
393 | bool | ||
394 | |||
392 | config ARCH_HAVE_NMI_SAFE_CMPXCHG | 395 | config ARCH_HAVE_NMI_SAFE_CMPXCHG |
393 | bool | 396 | bool |
394 | 397 | ||