Unverified Commit b670dd90 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents 459341c4 bd0b7dc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2609,12 +2609,12 @@ void console_unlock(void)
			return;
		}

		printk_safe_exit_irqrestore(flags);

		/* Allow panic_cpu to take over the consoles safely */
		if (abandon_console_lock_in_panic())
			break;

		printk_safe_exit_irqrestore(flags);

		if (do_cond_resched)
			cond_resched();
	}