aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/kernel/cputable.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ppc/kernel/cputable.c b/arch/ppc/kernel/cputable.c
index 8a3d74f2531e..22c187c1f53f 100644
--- a/arch/ppc/kernel/cputable.c
+++ b/arch/ppc/kernel/cputable.c
@@ -922,6 +922,16 @@ struct cpu_spec cpu_specs[] = {
922 .icache_bsize = 32, 922 .icache_bsize = 32,
923 .dcache_bsize = 32, 923 .dcache_bsize = 32,
924 }, 924 },
925 { /* 440GX Rev. F */
926 .pvr_mask = 0xf0000fff,
927 .pvr_value = 0x50000894,
928 .cpu_name = "440GX Rev. F",
929 .cpu_features = CPU_FTR_SPLIT_ID_CACHE |
930 CPU_FTR_USE_TB,
931 .cpu_user_features = PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU,
932 .icache_bsize = 32,
933 .dcache_bsize = 32,
934 },
925#endif /* CONFIG_44x */ 935#endif /* CONFIG_44x */
926#ifdef CONFIG_FSL_BOOKE 936#ifdef CONFIG_FSL_BOOKE
927 { /* e200z5 */ 937 { /* e200z5 */