summaryrefslogtreecommitdiff
path: root/patches/Revert-printk-Skip-console-drivers-on-PREEMPT_RT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/Revert-printk-Skip-console-drivers-on-PREEMPT_RT.patch')
-rw-r--r--patches/Revert-printk-Skip-console-drivers-on-PREEMPT_RT.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/Revert-printk-Skip-console-drivers-on-PREEMPT_RT.patch b/patches/Revert-printk-Skip-console-drivers-on-PREEMPT_RT.patch
index 6e09e0ba1c89..54a7549f18e5 100644
--- a/patches/Revert-printk-Skip-console-drivers-on-PREEMPT_RT.patch
+++ b/patches/Revert-printk-Skip-console-drivers-on-PREEMPT_RT.patch
@@ -21,7 +21,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
- * skipped and the output can be retrieved from the buffer.
- */
- if (IS_ENABLED(CONFIG_PREEMPT_RT)) {
-- up_console_sem();
+- __console_unlock();
- return;
- }
-