diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index 3820323c4c84..ded1fae965ab 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -60,6 +60,7 @@ | |||
60 | #include <linux/sched.h> | 60 | #include <linux/sched.h> |
61 | #include <linux/signal.h> | 61 | #include <linux/signal.h> |
62 | #include <linux/idr.h> | 62 | #include <linux/idr.h> |
63 | #include <linux/ftrace.h> | ||
63 | 64 | ||
64 | #include <asm/io.h> | 65 | #include <asm/io.h> |
65 | #include <asm/bugs.h> | 66 | #include <asm/bugs.h> |
@@ -687,6 +688,8 @@ asmlinkage void __init start_kernel(void) | |||
687 | 688 | ||
688 | acpi_early_init(); /* before LAPIC and SMP init */ | 689 | acpi_early_init(); /* before LAPIC and SMP init */ |
689 | 690 | ||
691 | ftrace_init(); | ||
692 | |||
690 | /* Do the rest non-__init'ed, we're now alive */ | 693 | /* Do the rest non-__init'ed, we're now alive */ |
691 | rest_init(); | 694 | rest_init(); |
692 | } | 695 | } |