forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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;