diff options
author | Peter Zijlstra <peterz@infradead.org> | 2020-02-03 17:37:02 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-02-04 03:05:26 +0000 |
commit | ff2e6d7259f82ccc9a5aaa7f41194161d9262392 (patch) | |
tree | 23bbd21c48f084fc6784fe7232e6cbe726179297 /mm/gup.c | |
parent | 27796d03c9c4b2b937ed4cc2b10f21559ad5a8c9 (diff) | |
download | linux-ff2e6d7259f82ccc9a5aaa7f41194161d9262392.tar.gz linux-ff2e6d7259f82ccc9a5aaa7f41194161d9262392.tar.bz2 linux-ff2e6d7259f82ccc9a5aaa7f41194161d9262392.zip |
asm-generic/tlb: rename HAVE_RCU_TABLE_FREE
Towards a more consistent naming scheme.
[akpm@linux-foundation.org: fix sparc64 Kconfig]
Link: http://lkml.kernel.org/r/20200116064531.483522-7-aneesh.kumar@linux.ibm.com
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 'mm/gup.c')
-rw-r--r-- | mm/gup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1792,7 +1792,7 @@ EXPORT_SYMBOL(get_user_pages_unlocked); * Before activating this code, please be aware that the following assumptions * are currently made: * - * *) Either HAVE_RCU_TABLE_FREE is enabled, and tlb_remove_table() is used to + * *) Either MMU_GATHER_RCU_TABLE_FREE is enabled, and tlb_remove_table() is used to * free pages containing page tables or TLB flushing requires IPI broadcast. * * *) ptes can be read atomically by the architecture. |