hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/nds32/kernel/cacheinfo.c
....@@ -13,7 +13,7 @@
1313 this_leaf->level = level;
1414 this_leaf->type = type;
1515 this_leaf->coherency_line_size = CACHE_LINE_SIZE(cache_type);
16
- this_leaf->number_of_sets = CACHE_SET(cache_type);;
16
+ this_leaf->number_of_sets = CACHE_SET(cache_type);
1717 this_leaf->ways_of_associativity = CACHE_WAY(cache_type);
1818 this_leaf->size = this_leaf->number_of_sets *
1919 this_leaf->coherency_line_size * this_leaf->ways_of_associativity;