diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2016-02-19 08:18:11 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-02-24 11:07:32 +0530 |
commit | d73b73f5626ac0b131b31b7b9457e19201bc570b (patch) | |
tree | a18e34e5a030277ad20ba88186cd3e4211a3d5c6 /arch/arc/Kconfig | |
parent | 3dea30ca5bef0e013abe857057a952a9d6757fe5 (diff) |
ARC: SMP: No need for CONFIG_ARC_IPI_DBG
This was more relevant during SMP bringup.
The warning for bogus msg better be visible always.
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 4abc81907071..8a188bc1786a 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -532,14 +532,6 @@ config ARC_DBG_TLB_MISS_COUNT Counts number of I and D TLB Misses and exports them via Debugfs The counters can be cleared via Debugfs as well -if SMP - -config ARC_IPI_DBG - bool "Debug Inter Core interrupts" - default n - -endif - endif config ARC_UBOOT_SUPPORT |