Revision add78955 target-ppc/translate_init.c

b/target-ppc/translate_init.c
5237 5237
/* PowerPC 620                                                               */
5238 5238
#define POWERPC_INSNS_620    (POWERPC_INSNS_WORKS | PPC_FLOAT_FSQRT |         \
5239 5239
                              PPC_64B | PPC_SLBI)
5240
#define POWERPC_MSRM_620     (0x800000000005FF73ULL)
5241
#define POWERPC_MMU_620      (POWERPC_MMU_64B)
5240
#define POWERPC_MSRM_620     (0x800000000005FF77ULL)
5241
//#define POWERPC_MMU_620      (POWERPC_MMU_620)
5242 5242
#define POWERPC_EXCP_620     (POWERPC_EXCP_970)
5243 5243
#define POWERPC_INPUT_620    (PPC_FLAGS_INPUT_6xx)
5244 5244
#define POWERPC_BFDM_620     (bfd_mach_ppc64)
5245 5245
#define POWERPC_FLAG_620     (POWERPC_FLAG_SE | POWERPC_FLAG_BE |            \
5246
                              POWERPC_FLAG_BUS_CLK)
5246
                              POWERPC_FLAG_PMM | POWERPC_FLAG_BUS_CLK)
5247 5247
#define check_pow_620        check_pow_nocheck /* Check this */
5248 5248

  
5249 5249
__attribute__ (( unused ))
......
8313 8313
        case POWERPC_MMU_64B:
8314 8314
            mmu_model = "PowerPC 64";
8315 8315
            break;
8316
        case POWERPC_MMU_620:
8317
            mmu_model = "PowerPC 620";
8318
            break;
8316 8319
#endif
8317 8320
        default:
8318 8321
            mmu_model = "Unknown or invalid";

Also available in: Unified diff