diff options
author | Vineet Gupta <vgupta@kernel.org> | 2019-09-10 02:59:59 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@kernel.org> | 2021-08-25 00:25:48 +0300 |
commit | 12e7804c264143c63d1cae7e3a62d21fbed06f59 (patch) | |
tree | ec23effa7dd554527280fca8040d16e8b824e196 /arch/arc/Kconfig | |
parent | 6128df5be48f48d63efdc7c52022dd163f612373 (diff) | |
download | linux-12e7804c264143c63d1cae7e3a62d21fbed06f59.tar.xz |
ARC: mm: remove tlb paranoid code
This was used back in arc700 days when ASID allocator was fragile.
Not needed in last 5 years
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 53d143fc42fe..56aad105ad13 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -537,9 +537,6 @@ config ARC_DW2_UNWIND If you don't debug the kernel, you can say N, but we may not be able to solve problems without frame unwind information -config ARC_DBG_TLB_PARANOIA - bool "Paranoia Checks in Low Level TLB Handlers" - config ARC_DBG_JUMP_LABEL bool "Paranoid checks in Static Keys (jump labels) code" depends on JUMP_LABEL |