mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-13 21:40:11 +00:00
Update elide-post-dash-cmdline-from-proc.patch for 4.18.x
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
diff --git a/init/main.c b/init/main.c
|
diff --git a/init/main.c b/init/main.c
|
||||||
index 2858be7..83fa41b 100644
|
index 3b4ada11ed52..33069b8b114d 100644
|
||||||
--- a/init/main.c
|
--- a/init/main.c
|
||||||
+++ b/init/main.c
|
+++ b/init/main.c
|
||||||
@@ -519,9 +519,12 @@ asmlinkage __visible void __init start_kernel(void)
|
@@ -573,9 +573,12 @@ asmlinkage __visible void __init start_kernel(void)
|
||||||
static_command_line, __start___param,
|
static_command_line, __start___param,
|
||||||
__stop___param - __start___param,
|
__stop___param - __start___param,
|
||||||
-1, -1, NULL, &unknown_bootoption);
|
-1, -1, NULL, &unknown_bootoption);
|
||||||
|
Reference in New Issue
Block a user