Merge branch 'x86/mpparse' into x86/devel
Conflicts: arch/x86/Kconfig arch/x86/kernel/io_apic_32.c arch/x86/kernel/setup_64.c arch/x86/mm/init_32.c Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -1273,6 +1273,7 @@ asmlinkage void __init xen_start_kernel(void)
|
||||
|
||||
pgd = (pgd_t *)xen_start_info->pt_base;
|
||||
|
||||
init_pg_tables_start = __pa(pgd);
|
||||
init_pg_tables_end = __pa(pgd) + xen_start_info->nr_pt_frames*PAGE_SIZE;
|
||||
|
||||
init_mm.pgd = pgd; /* use the Xen pagetables to start */
|
||||
@@ -1316,5 +1317,5 @@ asmlinkage void __init xen_start_kernel(void)
|
||||
}
|
||||
|
||||
/* Start the world */
|
||||
start_kernel();
|
||||
i386_start_kernel();
|
||||
}
|
||||
|
Reference in New Issue
Block a user