Skip to content

Commit

Permalink
target-mips: enable 10-bit ASIDs in I6400 CPU
Browse files Browse the repository at this point in the history
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
  • Loading branch information
Leon Alrae committed Jul 12, 2016
1 parent a0c8060 commit cdc46fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-mips/translate_init.c
Expand Up @@ -685,7 +685,7 @@ static const mips_def_t mips_defs[] =
(1 << CP0C3_BP) | (1 << CP0C3_BI) | (1 << CP0C3_ULRI) |
(1 << CP0C3_RXI) | (1 << CP0C3_LPA) | (1 << CP0C3_VInt),
.CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (3 << CP0C4_IE) |
(0xfc << CP0C4_KScrExist),
(1 << CP0C4_AE) | (0xfc << CP0C4_KScrExist),
.CP0_Config5 = MIPS_CONFIG5 | (1 << CP0C5_XNP) | (1 << CP0C5_VP) |
(1 << CP0C5_LLB) | (1 << CP0C5_MRP),
.CP0_Config5_rw_bitmask = (1 << CP0C5_MSAEn) | (1 << CP0C5_SBRI) |
Expand Down

0 comments on commit cdc46fa

Please sign in to comment.