On Thu, Apr 07, 2016 at 08:03:28PM +0800, Shannon Zhao wrote: > --- a/arch/arm64/kernel/setup.c > +++ b/arch/arm64/kernel/setup.c > @@ -320,6 +320,7 @@ void __init setup_arch(char **cmdline_p) > */ > cpu_uninstall_idmap(); > > + xen_early_init(); > efi_init(); > arm64_memblock_init(); > > @@ -341,7 +342,6 @@ void __init setup_arch(char **cmdline_p) > } else { > psci_acpi_init(); > } > - xen_early_init(); > > cpu_read_bootcpu_ops(); > smp_init_cpus(); For arm64: Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html