mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
MIPS TLB performance improvements, by Daniel Jacobowitz.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2220 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ec2309289d
commit
814b9a4749
6 changed files with 54 additions and 8 deletions
|
@ -2430,6 +2430,7 @@ CPUMIPSState *cpu_mips_init (void)
|
|||
env->PC = 0xBFC00000;
|
||||
#if defined (MIPS_USES_R4K_TLB)
|
||||
env->CP0_random = MIPS_TLB_NB - 1;
|
||||
env->tlb_in_use = MIPS_TLB_NB;
|
||||
#endif
|
||||
env->CP0_Wired = 0;
|
||||
env->CP0_Config0 = MIPS_CONFIG0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue