Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Matt Porter and committed by
Linus Torvalds
656de7e4 ac6295c2

+10
+10
arch/ppc/kernel/cputable.c
··· 932 932 .icache_bsize = 32, 933 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 945 #endif /* CONFIG_44x */ 936 946 #ifdef CONFIG_FSL_BOOKE 937 947 { /* e200z5 */