R5k has PX implemented.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 9 Jun 2007 12:29:32 +0000 (12:29 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 9 Jun 2007 12:29:32 +0000 (12:29 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2963 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/translate_init.c

index bbfa63b..c5b2733 100644 (file)
@@ -161,7 +161,7 @@ static mips_def_t mips_defs[] =
         .CP0_Config3 = MIPS_CONFIG3,
         .SYNCI_Step = 32,
         .CCRes = 2,
-        .Status_rw_bitmask = 0x3278FFFF,
+        .Status_rw_bitmask = 0x32F8FFFF,
     },
     {
         .name = "5Kf",
@@ -175,7 +175,7 @@ static mips_def_t mips_defs[] =
         .CP0_Config3 = MIPS_CONFIG3,
         .SYNCI_Step = 32,
         .CCRes = 2,
-        .Status_rw_bitmask = 0x3678FFFF,
+        .Status_rw_bitmask = 0x36F8FFFF,
        /* The 5Kf has F64 / L / W but doesn't use the fcr0 bits. */
         .CP1_fcr0 = (1 << FCR0_D) | (1 << FCR0_S) |
                     (0x81 << FCR0_PRID) | (0x0 << FCR0_REV),