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

fixes torvalds#224

Link: acpica/acpica@c0292548
Signed-off-by: Janosch Hildebrand <jnosh+git@jnosh.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
  • Loading branch information
Janosch Hildebrand authored and Lv Zheng committed Jun 1, 2017
1 parent 3a446fb commit ae72e1b
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 ae72e1b

Please sign in to comment.