mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +00:00
ACPI: bug fix on address convertion
Before referencing to phisical address of acpi tables, switch it to virtual address. Signed-off-by: Zheng, Gen <gen.zheng@intel.com>
This commit is contained in:
@@ -54,5 +54,5 @@ struct acpi_table_header {
|
||||
|
||||
int parse_madt(uint8_t *lapic_id_base);
|
||||
|
||||
uint64_t get_dmar_table(void);
|
||||
void *get_dmar_table(void);
|
||||
#endif /* !ACPI_H */
|
||||
|
Reference in New Issue
Block a user