Skip to content

Commit

Permalink
ARCv3: Add data_bank_sz_75 field to the struct ...
Browse files Browse the repository at this point in the history
... bcr_cln_scm_0_cfg
  • Loading branch information
xxkent committed Jul 12, 2024
1 parent 8fbed42 commit 1c90729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arc/include/asm/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct bcr_cln_scm_0_cfg {
unsigned int res:1, scm_cache:1, cache_assoc:4, cache_blk_sz:1,
cache_tag_banks:3, data_banks:3, data_bank_sz:5,
cache_sets:5, data_sub_banks:2, data_bank_wid:2,
superblocks:3, res1:2;
superblocks:3, data_bank_sz_75:1, res1:1;
#endif
};

Expand Down

0 comments on commit 1c90729

Please sign in to comment.