mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-13 11:33:58 +00:00
hv: modularization: change of multiboot API.
The init_multiboot_info() and sanitize_multiboot_ifno() APIs now require parameters instead of implicitly relying on global boot variables. Tracked-On: #5661 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -70,7 +70,7 @@ static struct acpi_table_rsdp *get_rsdp(void)
|
||||
if (acpi_rsdp != NULL) {
|
||||
rsdp = acpi_rsdp;
|
||||
} else {
|
||||
rsdp = (struct acpi_table_rsdp *)(get_multiboot_info()->mi_acpi_rsdp_va);
|
||||
rsdp = (struct acpi_table_rsdp *)(get_acrn_multiboot_info()->mi_acpi_rsdp_va);
|
||||
if (rsdp == NULL) {
|
||||
uint16_t *addr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user