commit | 07212cd47efef1df971e2289a89c087a5f6f6a2b | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Thu Aug 23 19:48:44 2018 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Tue Sep 11 16:49:12 2018 +0100 |
tree | a5d96cfa5860aca723874e7317a992b6cd64bb64 | |
parent | 67a902ac598dca056366a7342f401aa6f605072f [diff] |
arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code If there's one thing the RCU-based table freeing doesn't need, it's more ifdeffery. Remove the redundant !CONFIG_HAVE_RCU_TABLE_FREE code, since this option is unconditionally selected in our Kconfig. Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>