diff options
Diffstat (limited to 'xen/arch/x86/setup.c')
-rw-r--r-- | xen/arch/x86/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index d87d0827aa..026996ec09 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -110,6 +110,7 @@ extern void early_time_init(void); extern void early_cpu_init(void); extern void vesa_init(void); extern void vesa_mtrr_init(void); +extern void init_tmem(void); DEFINE_PER_CPU(struct desc_struct *, gdt_table) = boot_cpu_gdt_table; #ifdef CONFIG_COMPAT @@ -1063,6 +1064,8 @@ void __init __start_xen(unsigned long mbi_p) init_trace_bufs(); + init_tmem(); + console_endboot(); /* Hide UART from DOM0 if we're using it */ |