Skip to content

Commit c029254

Browse files
author
Janosch Hildebrand
committed
Tables: Fix defined values for MADT PCAT_COMPAT flag
fixes #224
1 parent dbc6a3d commit c029254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/include/actbl1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,8 @@ typedef struct acpi_table_madt
10531053

10541054
/* Values for PCATCompat flag */
10551055

1056-
#define ACPI_MADT_DUAL_PIC 0
1057-
#define ACPI_MADT_MULTIPLE_APIC 1
1056+
#define ACPI_MADT_DUAL_PIC 1
1057+
#define ACPI_MADT_MULTIPLE_APIC 0
10581058

10591059

10601060
/* Values for MADT subtable type in ACPI_SUBTABLE_HEADER */

0 commit comments

Comments
 (0)