Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141977
b: refs/heads/master
c: 786c221
h: refs/heads/master
i:
  141975: 04acdb2
v: v3
  • Loading branch information
Suresh Siddha authored and Len Brown committed Apr 4, 2009
1 parent 094d0a2 commit 907b28e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7237d3de78ff89ec2e18eae5fe962d063024fef5
refs/heads/master: 786c221a37d3931189d9c9421f63dec92f4d698b
6 changes: 3 additions & 3 deletions trunk/include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -1016,17 +1016,17 @@ struct acpi_madt_interrupt_source {
struct acpi_madt_local_x2apic {
struct acpi_subtable_header header;
u16 reserved; /* Reserved - must be zero */
u32 local_apic_id; /* Processor X2_APIC ID */
u32 local_apic_id; /* Processor x2APIC ID */
u32 lapic_flags;
u32 uid; /* Extended X2_APIC processor ID */
u32 uid; /* ACPI processor UID */
};

/* 10: Local X2APIC NMI (07/2008) */

struct acpi_madt_local_x2apic_nmi {
struct acpi_subtable_header header;
u16 inti_flags;
u32 uid; /* Processor X2_APIC ID */
u32 uid; /* ACPI processor UID */
u8 lint; /* LINTn to which NMI is connected */
u8 reserved[3];
};
Expand Down

0 comments on commit 907b28e

Please sign in to comment.