Skip to content

Instantly share code, notes, and snippets.

@JohnPeel
Created January 22, 2019 22:53
Show Gist options
  • Save JohnPeel/f4aad35844a44f72b98930a22bd7575b to your computer and use it in GitHub Desktop.
Save JohnPeel/f4aad35844a44f72b98930a22bd7575b to your computer and use it in GitHub Desktop.
diff --git a/init/main.c b/init/main.c
index 5e13c544bbf4..2488452d6fa7 100644
--- a/init/main.c
+++ b/init/main.c
@@ -577,6 +577,7 @@ asmlinkage __visible void __init start_kernel(void)
parse_args("Setting init args", after_dashes, NULL, 0, -1, -1,
NULL, set_init_arg);
+ printk("### John Peel was here...\n");
jump_label_init();
/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment