summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/tlb_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/tlb_64.h')
-rw-r--r--arch/sparc/include/asm/tlb_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/tlb_64.h b/arch/sparc/include/asm/tlb_64.h
index 8cb8f3833239..6820d357581c 100644
--- a/arch/sparc/include/asm/tlb_64.h
+++ b/arch/sparc/include/asm/tlb_64.h
@@ -33,7 +33,7 @@ void flush_tlb_pending(void);
* and therefore we don't need a TLBI when freeing page-table pages.
*/
-#ifdef CONFIG_HAVE_RCU_TABLE_FREE
+#ifdef CONFIG_MMU_GATHER_RCU_TABLE_FREE
#define tlb_needs_table_invalidate() (false)
#endif