Revision 2337fdc2

b/target-mips/translate_init.c
367 367
       implemented, 5 TCs implemented. */
368 368
    env->mvp->CP0_MVPConf0 = (1 << CP0MVPC0_M) | (1 << CP0MVPC0_TLBS) |
369 369
                             (0 << CP0MVPC0_GS) | (1 << CP0MVPC0_PCP) |
370
#ifndef CONFIG_USER_ONLY
371
                             /* Usermode has no TLB support */
370 372
                             (env->tlb->nb_tlb << CP0MVPC0_PTLBE) |
373
#endif
371 374
// TODO: actually do 2 VPEs.
372 375
//                             (1 << CP0MVPC0_TCA) | (0x1 << CP0MVPC0_PVPE) |
373 376
//                             (0x04 << CP0MVPC0_PTC);

Also available in: Unified diff