aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cputable.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r--arch/powerpc/kernel/cputable.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index e44d5530f0a6..aa421f5651c8 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1522,6 +1522,21 @@ static struct cpu_spec __initdata cpu_specs[] = {
1522 .machine_check = machine_check_e500, 1522 .machine_check = machine_check_e500,
1523 .platform = "ppc8548", 1523 .platform = "ppc8548",
1524 }, 1524 },
1525 { /* e500mc */
1526 .pvr_mask = 0xffff0000,
1527 .pvr_value = 0x80230000,
1528 .cpu_name = "e500mc",
1529 /* xxx - galak: add CPU_FTR_MAYBE_CAN_DOZE */
1530 .cpu_features = CPU_FTRS_E500MC,
1531 .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
1532 .icache_bsize = 64,
1533 .dcache_bsize = 64,
1534 .num_pmcs = 4,
1535 .oprofile_cpu_type = "ppc/e500", /* xxx - galak, e500mc? */
1536 .oprofile_type = PPC_OPROFILE_FSL_EMB,
1537 .machine_check = machine_check_e500,
1538 .platform = "ppce500mc",
1539 },
1525 { /* default match */ 1540 { /* default match */
1526 .pvr_mask = 0x00000000, 1541 .pvr_mask = 0x00000000,
1527 .pvr_value = 0x00000000, 1542 .pvr_value = 0x00000000,