diff options
author | Peter Zijlstra <peterz@infradead.org> | 2020-02-03 17:36:59 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-04 03:05:26 +0000 |
commit | 27796d03c9c4b2b937ed4cc2b10f21559ad5a8c9 (patch) | |
tree | 413384c5952c92697dd7f2cd964d7ba4dde7fe8a /arch/Kconfig | |
parent | 491a49ff14b2475ad84c97b93c0182ae6daf8b37 (diff) | |
download | linux-27796d03c9c4b2b937ed4cc2b10f21559ad5a8c9.tar.gz linux-27796d03c9c4b2b937ed4cc2b10f21559ad5a8c9.tar.bz2 linux-27796d03c9c4b2b937ed4cc2b10f21559ad5a8c9.zip |
asm-generic/tlb: add missing CONFIG symbol
Without this the symbol will not actually end up in .config files.
Link: http://lkml.kernel.org/r/20200116064531.483522-6-aneesh.kumar@linux.ibm.com
Fixes: a30e32bd79e9 ("asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm()")
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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 208aad121630..5e907a954532 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -399,6 +399,9 @@ config HAVE_RCU_TABLE_FREE config HAVE_MMU_GATHER_PAGE_SIZE bool +config MMU_GATHER_NO_RANGE + bool + config HAVE_MMU_GATHER_NO_GATHER bool |