aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 2c5ade79eb81..56ada27c4f47 100644
--- a/init/main.c
+++ b/init/main.c
@@ -73,6 +73,7 @@
73#include <asm/io.h> 73#include <asm/io.h>
74#include <asm/bugs.h> 74#include <asm/bugs.h>
75#include <asm/setup.h> 75#include <asm/setup.h>
76#include <asm/tboot.h>
76#include <asm/sections.h> 77#include <asm/sections.h>
77#include <asm/cacheflush.h> 78#include <asm/cacheflush.h>
78 79
@@ -715,6 +716,8 @@ asmlinkage void __init start_kernel(void)
715 716
716 ftrace_init(); 717 ftrace_init();
717 718
719 tboot_create_trampoline();
720
718 /* Do the rest non-__init'ed, we're now alive */ 721 /* Do the rest non-__init'ed, we're now alive */
719 rest_init(); 722 rest_init();
720} 723}