aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/cputable.c
diff options
context:
space:
mode:
authorMatt Porter <mporter@kernel.crashing.org>2005-09-03 18:55:42 -0400
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 03:05:57 -0400
commit656de7e46901fe3228b592e1d9fc89c353f0fa4e (patch)
treee2d354af516f02e381558f9d525b16456425fe6a /arch/ppc/kernel/cputable.c
parentac6295c289f205bed59b1edfdc4518468db7b1cb (diff)
[PATCH] ppc32: add cputable entry for 440SP Rev. A
Adds the appropriate cputable entry for PPC440SP so cache line sizes are configured correctly. Signed-off-by: Matt Porter <mporter@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/kernel/cputable.c')
-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 22c187c1f53f..61382341bb01 100644
--- a/arch/ppc/kernel/cputable.c
+++ b/arch/ppc/kernel/cputable.c
@@ -932,6 +932,16 @@ struct cpu_spec cpu_specs[] = {
932 .icache_bsize = 32, 932 .icache_bsize = 32,
933 .dcache_bsize = 32, 933 .dcache_bsize = 32,
934 }, 934 },
935 { /* 440SP Rev. A */
936 .pvr_mask = 0xff000fff,
937 .pvr_value = 0x53000891,
938 .cpu_name = "440SP Rev. A",
939 .cpu_features = CPU_FTR_SPLIT_ID_CACHE |
940 CPU_FTR_USE_TB,
941 .cpu_user_features = PPC_FEATURE_32 | PPC_FEATURE_HAS_MMU,
942 .icache_bsize = 32,
943 .dcache_bsize = 32,
944 },
935#endif /* CONFIG_44x */ 945#endif /* CONFIG_44x */
936#ifdef CONFIG_FSL_BOOKE 946#ifdef CONFIG_FSL_BOOKE
937 { /* e200z5 */ 947 { /* e200z5 */