diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-10-25 08:58:17 -0700 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-10-28 10:10:28 -0700 |
commit | f644e3688855902ad11549029098a62cbbc8f558 (patch) | |
tree | fcdc46e5566274d22e06ec99bb331bef9a79cfa4 /arch/arc/Kconfig | |
parent | c3005475889c7c730638f95d13be3360f0b33e98 (diff) |
ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...
... given that we have perf counters abel to do the same thing non
intrusively
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index ac0b309aced5..bd204bfa29ed 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -540,14 +540,6 @@ config ARC_DBG_TLB_PARANOIA bool "Paranoia Checks in Low Level TLB Handlers" default n -config ARC_DBG_TLB_MISS_COUNT - bool "Profile TLB Misses" - default n - select DEBUG_FS - help - Counts number of I and D TLB Misses and exports them via Debugfs - The counters can be cleared via Debugfs as well - endif config ARC_UBOOT_SUPPORT |