diff options
| -rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index a7b49f99a130..79f97383cde3 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
| @@ -1181,6 +1181,8 @@ asmlinkage void __init xen_start_kernel(void) | |||
| 1181 | 1181 | ||
| 1182 | xen_raw_console_write("about to get started...\n"); | 1182 | xen_raw_console_write("about to get started...\n"); |
| 1183 | 1183 | ||
| 1184 | xen_setup_runstate_info(0); | ||
| 1185 | |||
| 1184 | /* Start the world */ | 1186 | /* Start the world */ |
| 1185 | #ifdef CONFIG_X86_32 | 1187 | #ifdef CONFIG_X86_32 |
| 1186 | i386_start_kernel(); | 1188 | i386_start_kernel(); |
