Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1384971
| From | Catalin Marinas <catalin.marinas@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v11 11/17] ARM: XEN: Move xen_early_init() before efi_init() |
| Date | 2016-04-22 13:00 +0200 |
| Message-ID | <rqGYy-EU-15@gated-at.bofh.it> (permalink) |
| References | <rlgV3-3zm-3@gated-at.bofh.it> <rlgV5-3zm-55@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@arm.com>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v11 11/17] ARM: XEN: Move xen_early_init() before efi_init() Catalin Marinas <catalin.marinas@arm.com> - 2016-04-22 13:00 +0200
csiph-web