hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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;