diff options
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/amdht/AsPsDefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdht/AsPsDefs.h b/src/northbridge/amd/amdht/AsPsDefs.h index dfc6821ed9..a0d8c665b7 100644 --- a/src/northbridge/amd/amdht/AsPsDefs.h +++ b/src/northbridge/amd/amdht/AsPsDefs.h @@ -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 */ |