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: https://github.com/acpica/acpica/issues/224
Link: https://github.com/acpica/acpica/commit/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>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Janosch Hildebrand authored and Rafael J. Wysocki 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.