fix APCI typos.
authorStefan Reinauer <stepan@coresystems.de>
Tue, 16 Feb 2010 00:06:42 +0000 (00:06 +0000)
committerStefan Reinauer <stepan@openbios.org>
Tue, 16 Feb 2010 00:06:42 +0000 (00:06 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5130 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/arch/i386/include/arch/acpi.h
src/northbridge/amd/amdht/AsPsDefs.h

index 110804b4fa6f8d9b637e9ac00eae7aca333aa57d..f28a0e97ea5950c738c4294f69cdf3a7520af06f 100644 (file)
@@ -42,7 +42,7 @@ typedef struct acpi_rsdp {
        char  signature[8];     /* RSDP signature "RSD PTR" */
        u8    checksum;         /* checksum of the first 20 bytes */
        char  oem_id[6];        /* OEM ID, "LXBIOS" */
-       u8    revision;         /* 0 for APCI 1.0, 2 for ACPI 2.0/3.0 */
+       u8    revision;         /* 0 for ACPI 1.0, 2 for ACPI 2.0/3.0 */
        u32   rsdt_address;     /* physical address of RSDT */
        u32   length;           /* total length of RSDP (including extended part) */
        u64   xsdt_address;     /* physical address of XSDT */
index dfc6821ed95a83c9ff6af68d1fc8ad217c67732c..a0d8c665b78c0c55ef45a888b19ab1463b430ee0 100644 (file)
@@ -82,7 +82,7 @@
 
 
 #define PCI_DEV_BASE 24                /* System PCI device ID base */
-#define LOCAL_APIC_ID_SHIFT 24         /* Local APCI ID shift bit # */
+#define LOCAL_APIC_ID_SHIFT 24         /* Local APIC ID shift bit # */
 #define APIC_CID_SIZE_SHIFT 12         /* ApicCoreIdSize shift bit # */
 #define FN_0 0                         /* Function 0 */
 #define FN_1 1                         /* Function 1 */