aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/family_10h-family_15h/model_10xxx_init.c')
-rw-r--r--src/cpu/amd/family_10h-family_15h/model_10xxx_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c b/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
index 562a267757..61eb81393a 100644
--- a/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
+++ b/src/cpu/amd/family_10h-family_15h/model_10xxx_init.c
@@ -32,7 +32,7 @@
#include <cpu/amd/multicore.h>
#include <cpu/amd/msr.h>
-#define MCI_STATUS 0x401
+#define MC0_STATUS 0x401
static inline uint8_t is_gt_rev_d(void)
{
@@ -112,7 +112,7 @@ static void model_10xxx_init(struct device *dev)
msr.lo = 0;
msr.hi = 0;
for (i = 0; i < 5; i++) {
- wrmsr(MCI_STATUS + (i * 4), msr);
+ wrmsr(MC0_STATUS + (i * 4), msr);
}
enable_cache();