Skip to content

Commit

Permalink
arc: SMP: CONFIG_ARC_IPI_DBG cleanup
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Vineet Gupta <[email protected]>
  • Loading branch information
vrothberg authored and vineetgarc committed Feb 24, 2016
1 parent d73b73f commit 9ef2d8b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arch/arc/kernel/mcip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9ef2d8b

Please sign in to comment.