Skip to content

Commit

Permalink
Tables: Fix defined values for MADT PCAT_COMPAT flag
Browse files Browse the repository at this point in the history
fixes #224
  • Loading branch information
Janosch Hildebrand committed Mar 7, 2017
1 parent dbc6a3d commit c029254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/include/actbl1.h
Expand Up @@ -1053,8 +1053,8 @@ typedef struct acpi_table_madt

/* Values for PCATCompat flag */

#define ACPI_MADT_DUAL_PIC 0
#define ACPI_MADT_MULTIPLE_APIC 1
#define ACPI_MADT_DUAL_PIC 1
#define ACPI_MADT_MULTIPLE_APIC 0


/* Values for MADT subtable type in ACPI_SUBTABLE_HEADER */
Expand Down

0 comments on commit c029254

Please sign in to comment.