[PATCH v9 5/7] arm64: hyperv: Initialize hypervisor on boot
Sunil Muthuswamy
sunilmut at microsoft.com
Mon Mar 15 19:54:52 GMT 2021
> static int num_standard_resources;
> @@ -340,6 +341,9 @@ void __init __no_sanitize_address setup_arch(char **cmdline_p)
> if (acpi_disabled)
> unflatten_device_tree();
>
> + /* Do after acpi_boot_table_init() so local FADT is available */
> + hyperv_early_init();
> +
> bootmem_init();
>
> kasan_init();
> --
> 1.8.3.1
Reviewed-by: Sunil Muthuswamy <sunilmut at microsoft.com>
More information about the linux-arm-kernel
mailing list