diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/picasso/mca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/mca.c b/src/soc/amd/picasso/mca.c index 8ea5276450..16471b9ea7 100644 --- a/src/soc/amd/picasso/mca.c +++ b/src/soc/amd/picasso/mca.c @@ -137,7 +137,7 @@ static const char *const mca_bank_name[] = { "Load-store unit", "Instruction fetch unit", "L2 cache unit", - "Decode unit" + "Decode unit", "", "Execution unit", "Floating point unit", |