summaryrefslogtreecommitdiffstats
path: root/arm64-avoid-needing-console-to-enable-serial-console.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-04-16 16:29:34 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-04-16 16:29:34 -0400
commitd72c260b2300ef96eef70057dd118b0fc1f5897b (patch)
tree46ebc2f2321f8f714c1388bef4688838641e72d2 /arm64-avoid-needing-console-to-enable-serial-console.patch
parent84326caccc8490832cb7df55177c1fe2d603b9c4 (diff)
downloadkernel-d72c260b2300ef96eef70057dd118b0fc1f5897b.tar.gz
kernel-d72c260b2300ef96eef70057dd118b0fc1f5897b.tar.xz
kernel-d72c260b2300ef96eef70057dd118b0fc1f5897b.zip
Linux v4.0-7084-g497a5df7bf6f
Diffstat (limited to 'arm64-avoid-needing-console-to-enable-serial-console.patch')
-rw-r--r--arm64-avoid-needing-console-to-enable-serial-console.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm64-avoid-needing-console-to-enable-serial-console.patch b/arm64-avoid-needing-console-to-enable-serial-console.patch
index 837c4c3f0..b40baa30e 100644
--- a/arm64-avoid-needing-console-to-enable-serial-console.patch
+++ b/arm64-avoid-needing-console-to-enable-serial-console.patch
@@ -14,10 +14,10 @@ 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 e8420f635bd4..84733810614c 100644
+index 51ef97274b52..784731f5c45e 100644
--- a/arch/arm64/kernel/setup.c
+++ b/arch/arm64/kernel/setup.c
-@@ -547,3 +547,22 @@ const struct seq_operations cpuinfo_op = {
+@@ -568,3 +568,22 @@ const struct seq_operations cpuinfo_op = {
.stop = c_stop,
.show = c_show
};