summaryrefslogtreecommitdiffstats
path: root/arm64-avoid-needing-console-to-enable-serial-console.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-03-26 09:21:41 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-03-26 09:21:41 -0400
commit2aa36060740d3ba8d460fe8aadaa0fd72d62b706 (patch)
treee04f1f909c30e4b3559e045aabff463cd4d3846c /arm64-avoid-needing-console-to-enable-serial-console.patch
parent984fc80fab096128af2ffc8ae5f19672e1f96850 (diff)
downloadkernel-2aa36060740d3ba8d460fe8aadaa0fd72d62b706.tar.gz
kernel-2aa36060740d3ba8d460fe8aadaa0fd72d62b706.tar.xz
kernel-2aa36060740d3ba8d460fe8aadaa0fd72d62b706.zip
Linux v4.0-rc5-80-g4c4fe4c24782
Diffstat (limited to 'arm64-avoid-needing-console-to-enable-serial-console.patch')
-rw-r--r--arm64-avoid-needing-console-to-enable-serial-console.patch7
1 files changed, 3 insertions, 4 deletions
diff --git a/arm64-avoid-needing-console-to-enable-serial-console.patch b/arm64-avoid-needing-console-to-enable-serial-console.patch
index 7181fe95a..837c4c3f0 100644
--- a/arm64-avoid-needing-console-to-enable-serial-console.patch
+++ b/arm64-avoid-needing-console-to-enable-serial-console.patch
@@ -1,7 +1,6 @@
-From 3bba3a1990d065e30630c5c67ed32689106aef57 Mon Sep 17 00:00:00 2001
From: Mark Salter <msalter@redhat.com>
Date: Wed, 25 Mar 2015 14:17:50 -0400
-Subject: [PATCH 4/4] arm64: avoid needing console= to enable serial console
+Subject: [PATCH] arm64: avoid needing console= to enable serial console
Tell kernel to prefer one of the serial ports for console on
platforms currently supported (pl011 or 8250). console= on
@@ -15,7 +14,7 @@ Signed-off-by: Mark Salter <msalter@redhat.com>
1 file changed, 19 insertions(+)
diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
-index e8420f6..8473381 100644
+index e8420f635bd4..84733810614c 100644
--- a/arch/arm64/kernel/setup.c
+++ b/arch/arm64/kernel/setup.c
@@ -547,3 +547,22 @@ const struct seq_operations cpuinfo_op = {
@@ -42,5 +41,5 @@ index e8420f6..8473381 100644
+}
+early_initcall(arm64_console_setup);
--
-1.9.3
+2.1.0