diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/picasso/mca.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c index c21f4f1072..5471a6bfc7 100644 --- a/src/soc/amd/picasso/mca.c +++ b/src/soc/amd/picasso/mca.c @@ -136,11 +136,12 @@ failed: static const char *const mca_bank_name[] = { "Load-store unit", "Instruction fetch unit", - "Combined unit", - "Reserved", - "Northbridge", + "L2 cache unit", + "Decode unit" + "", "Execution unit", - "Floating point unit" + "Floating point unit", + "L3 cache unit" }; /* Check the Legacy Machine Check Architecture registers */ |