The patch titled powerpc: cputable: correct IBM/750CXe rev3.x setup has been added to the -mm tree. Its filename is powerpc-cputable-correct-ibm-750cxe-rev3x-setup.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: powerpc: cputable: correct IBM/750CXe rev3.x setup From: Nicolas DET <nicolas@xxxxxxxxxxx> Add an entry in the cputable to recognize correctly the IBM750CXe rev3.1. Only rev 2.x was correctly detected before. Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- diff -puN arch/powerpc/kernel/cputable.c~powerpc-cputable-correct-ibm-750cxe-rev3x-setup arch/powerpc/kernel/cputable.c --- a/arch/powerpc/kernel/cputable.c~powerpc-cputable-correct-ibm-750cxe-rev3x-setup +++ a/arch/powerpc/kernel/cputable.c @@ -434,6 +434,18 @@ struct cpu_spec cpu_specs[] = { .cpu_setup = __setup_cpu_750cx, .platform = "ppc750", }, + { /* 750CXe rev 3.1 (0008x311) */ + .pvr_mask = 0xffff0fff, + .pvr_value = 0x00080311, + .cpu_name = "750CXe", + .cpu_features = CPU_FTRS_750, + .cpu_user_features = COMMON_USER, + .icache_bsize = 32, + .dcache_bsize = 32, + .num_pmcs = 4, + .cpu_setup = __setup_cpu_750cx, + .platform = "ppc750", + }, { /* 750CXe "Gekko" (83214) */ .pvr_mask = 0xffffffff, .pvr_value = 0x00083214, _ Patches currently in -mm which might be from nicolas@xxxxxxxxxxx are powerpc-cputable-correct-ibm-750cxe-rev3x-setup.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html