We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356bf18 commit 1aac0dfCopy full SHA for 1aac0df
hypervisor/boot/guest/vboot_wrapper.c
@@ -66,7 +66,7 @@ void init_vboot_operations(void)
66
/* @pre: vboot_ops->init != NULL */
67
void init_vboot(void)
68
{
69
-#ifndef CONFIG_ACPI_PARSE_ENABLED
+#ifdef CONFIG_ACPI_PARSE_ENABLED
70
acpi_fixup();
71
#endif
72
vboot_ops->init();
hypervisor/boot/include/acpi.h
@@ -36,7 +36,7 @@ struct ioapic_info;
36
uint16_t parse_madt(uint32_t lapic_id_array[CONFIG_MAX_PCPU_NUM]);
37
uint16_t parse_madt_ioapic(struct ioapic_info *ioapic_id_array);
38
39
40
void acpi_fixup(void);
41
42
0 commit comments