aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@kernel.org>2019-09-09 16:59:59 -0700
committerVineet Gupta <vgupta@kernel.org>2021-08-24 14:25:48 -0700
commit12e7804c264143c63d1cae7e3a62d21fbed06f59 (patch)
treeec23effa7dd554527280fca8040d16e8b824e196 /arch/arc/Kconfig
parentARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only (diff)
downloadlinux-dev-12e7804c264143c63d1cae7e3a62d21fbed06f59.tar.xz
linux-dev-12e7804c264143c63d1cae7e3a62d21fbed06f59.zip
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/Kconfig3
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