projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d73b73f
)
arc: SMP: CONFIG_ARC_IPI_DBG cleanup
author
Valentin Rothberg
<valentinrothberg@gmail.com>
Wed, 24 Feb 2016 08:40:22 +0000
(09:40 +0100)
committer
Vineet Gupta
<vgupta@synopsys.com>
Wed, 24 Feb 2016 08:45:39 +0000
(14:15 +0530)
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>
arch/arc/kernel/mcip.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arc/kernel/mcip.c
b/arch/arc/kernel/mcip.c
index 7b4af70ffd18653de443977b6942401e2f61f614..c41c364b926cab9f50b6550e501f3ea1a8300017 100644
(file)
--- 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)