File tree 1 file changed +14
-12
lines changed 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -637,12 +637,13 @@ int get_cacheinfo(int type, cache_info_t *cacheinfo){
637
637
LD1 .linesize = 64 ;
638
638
break ;
639
639
case 0x63 :
640
- DTB .size = 2048 ;
641
- DTB .associative = 4 ;
642
- DTB .linesize = 32 ;
643
- LDTB .size = 4096 ;
644
- LDTB .associative = 4 ;
645
- LDTB .linesize = 32 ;
640
+ DTB .size = 2048 ;
641
+ DTB .associative = 4 ;
642
+ DTB .linesize = 32 ;
643
+ LDTB .size = 4096 ;
644
+ LDTB .associative = 4 ;
645
+ LDTB .linesize = 32 ;
646
+ break ;
646
647
case 0x66 :
647
648
LD1 .size = 8 ;
648
649
LD1 .associative = 4 ;
@@ -675,12 +676,13 @@ int get_cacheinfo(int type, cache_info_t *cacheinfo){
675
676
LC1 .associative = 8 ;
676
677
break ;
677
678
case 0x76 :
678
- ITB .size = 2048 ;
679
- ITB .associative = 0 ;
680
- ITB .linesize = 8 ;
681
- LITB .size = 4096 ;
682
- LITB .associative = 0 ;
683
- LITB .linesize = 8 ;
679
+ ITB .size = 2048 ;
680
+ ITB .associative = 0 ;
681
+ ITB .linesize = 8 ;
682
+ LITB .size = 4096 ;
683
+ LITB .associative = 0 ;
684
+ LITB .linesize = 8 ;
685
+ break ;
684
686
case 0x77 :
685
687
LC1 .size = 16 ;
686
688
LC1 .associative = 4 ;
You can’t perform that action at this time.
0 commit comments