Skip to content

Commit

Permalink
ACPICA: Tables: Fix defined values for MADT PCAT_COMPAT flag
Browse files Browse the repository at this point in the history
ACPICA commit c0292548a43bdc5d83d5be2953b663e60b6f12b4

Link: acpica/acpica#224
Link: acpica/acpica@c0292548
Signed-off-by: Janosch Hildebrand <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Lv Zheng <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
Janosch Hildebrand authored and rafaeljw committed Jun 12, 2017
1 parent da22b8e commit c03baf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@ 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 struct acpi_subtable_header */

Expand Down

0 comments on commit c03baf1

Please sign in to comment.