summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorValentin Rothberg <valentinrothberg@gmail.com>2016-02-24 08:40:22 (GMT)
committerVineet Gupta <vgupta@synopsys.com>2016-02-24 08:45:39 (GMT)
commit9ef2d8be55652804205a34dcbfec78b933c0ea30 (patch)
tree8ddb51c42d1fa95d34f4e1238380d079024e912e /arch
parentd73b73f5626ac0b131b31b7b9457e19201bc570b (diff)
downloadlinux-9ef2d8be55652804205a34dcbfec78b933c0ea30.tar.xz
arc: SMP: CONFIG_ARC_IPI_DBG cleanup
Previous Commit ("ARC: SMP: No need for CONFIG_ARC_IPI_DBG") removed the Kconfig option ARC_IPI_DBG. Remove the last reference on this option. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arc/kernel/mcip.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arc/kernel/mcip.c b/arch/arc/kernel/mcip.c
index 7b4af70..c41c364 100644
--- a/arch/arc/kernel/mcip.c
+++ b/arch/arc/kernel/mcip.c
@@ -54,11 +54,6 @@ static void mcip_ipi_send(int cpu)
__mcip_cmd(CMD_INTRPT_GENERATE_IRQ, cpu);
raw_spin_unlock_irqrestore(&mcip_lock, flags);
-
-#ifdef CONFIG_ARC_IPI_DBG
- if (ipi_was_pending)
- pr_info("IPI ACK delayed from cpu %d\n", cpu);
-#endif
}
static void mcip_ipi_clear(int irq)