Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102020
b: refs/heads/master
c: 75e5b5f
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Andi Kleen committed Jul 16, 2008
1 parent 905778c commit 991fd4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19d0cfe9ddfdf7afa8d1765ab0bd2a7dd30e47c9
refs/heads/master: 75e5b5fb778646a93d98adb1ca697435362d2856
1 change: 1 addition & 0 deletions trunk/include/acpi/acdisasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ extern struct acpi_dmtable_info acpi_dm_table_info_dmar_hdr[];
extern struct acpi_dmtable_info acpi_dm_table_info_dmar_scope[];
extern struct acpi_dmtable_info acpi_dm_table_info_dmar0[];
extern struct acpi_dmtable_info acpi_dm_table_info_dmar1[];
extern struct acpi_dmtable_info acpi_dm_table_info_dmar2[];
extern struct acpi_dmtable_info acpi_dm_table_info_ecdt[];
extern struct acpi_dmtable_info acpi_dm_table_info_einj[];
extern struct acpi_dmtable_info acpi_dm_table_info_einj0[];
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@ struct acpi_table_dmar {
u8 reserved[10];
};

/* Flags */

#define ACPI_DMAR_INTR_REMAP (1)

/* DMAR subtable header */

struct acpi_dmar_header {
Expand Down

0 comments on commit 991fd4f

Please sign in to comment.