aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel
diff options
context:
space:
mode:
authorEugene Surovegin <ebs@ebshome.net>2005-09-03 18:55:40 -0400
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 03:05:57 -0400
commit9149fb3b8e6913eeb0c80010afef9c55892f6e61 (patch)
tree1da8ba4071cd8f67df2ede07522d052dc6ba04d7 /arch/ppc/kernel
parent39cdc4bfb5c587c617ab6a28083c19101154e149 (diff)
[PATCH] ppc32: add 440GX rev.F cputable entry
Add PowerPC 440GX rev.F cputable entry. Signed-off-by: Eugene Surovegin <ebs@ebshome.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: 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')
-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 */