summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/printk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/printk.c b/kernel/printk.c
index 8d41a50af0db..eab694b02833 100644
--- a/kernel/printk.c
+++ b/kernel/printk.c
@@ -1072,7 +1072,9 @@ static int __cpuinit console_cpu_notify(struct notifier_block *self,
switch (action) {
case CPU_ONLINE:
case CPU_DEAD:
+#ifndef CONFIG_ARCH_TEGRA
case CPU_DYING:
+#endif
case CPU_DOWN_FAILED:
case CPU_UP_CANCELED:
acquire_console_sem();