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 1be0210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arc/include/asm/cluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ struct bcr_cln_2_cfg {

struct bcr_cln_scm_0_cfg {
#ifdef CONFIG_CPU_BIG_ENDIAN
unsigned int res1:2, superblocks:3,
unsigned int res1:1, data_bank_sz_75:1, superblocks:3,
data_bank_wid:2, data_sub_banks:2, cache_sets:5,
data_bank_sz:5, data_banks:3, cache_tag_banks:3,
cache_blk_sz:1, cache_assoc:4, scm_cache:1, res:1;
#else
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 1be0210

Please sign in to comment.