diff options
Diffstat (limited to 'arm64-avoid-needing-console-to-enable-serial-console.patch')
-rw-r--r-- | arm64-avoid-needing-console-to-enable-serial-console.patch | 4 |
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 131cce3d7..47d09c2a7 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 ffd3970721bf..b181dc1e4018 100644 +index f3067d4d4e35..6f8d814c4e5c 100644 --- a/arch/arm64/kernel/setup.c +++ b/arch/arm64/kernel/setup.c -@@ -566,3 +566,22 @@ const struct seq_operations cpuinfo_op = { +@@ -568,3 +568,22 @@ const struct seq_operations cpuinfo_op = { .stop = c_stop, .show = c_show }; |