From: Suresh Siddha Date: Mon, 30 Mar 2009 22:05:50 +0000 (-0800) Subject: ACPI: update x2apic comments X-Git-Tag: v2.6.30-rc1~199^2~5^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=786c221a37d3931189d9c9421f63dec92f4d698b;p=~shefty%2Frdma-dev.git ACPI: update x2apic comments Signed-off-by: Suresh Siddha Signed-off-by: Len Brown --- diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 18963b96811..59ade075247 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -1016,9 +1016,9 @@ 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) */ @@ -1026,7 +1026,7 @@ struct acpi_madt_local_x2apic { 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]; };