summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-07-09 19:35:16 +0200
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-07-09 19:35:16 +0200
commitbeae4c03c0fe69cf7d57518aa0572ad21730b8be (patch)
tree0215469d05ad8f5ecaf017aae78c0a8413a89367 /arch/powerpc/kernel
parentpowerpc/pseries: Update numa association of hotplug memory add for drconf memory (diff)
parentpowerpc/440: Convert Virtex ML507 device tree to dts-v1 (diff)
downloadlinux-beae4c03c0fe69cf7d57518aa0572ad21730b8be.tar.xz
linux-beae4c03c0fe69cf7d57518aa0572ad21730b8be.zip
Merge branch 'virtex-for-2.6.27' of git://git.secretlab.ca/git/linux-2.6-virtex into 4xx-next
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r--arch/powerpc/kernel/cputable.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 817cea1b5ad3..72adb19a204d 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1447,6 +1447,16 @@ static struct cpu_spec __initdata cpu_specs[] = {
.machine_check = machine_check_440A,
.platform = "ppc440",
},
+ { /* 440 in Xilinx Virtex-5 FXT */
+ .pvr_mask = 0xfffffff0,
+ .pvr_value = 0x7ff21910,
+ .cpu_name = "440 in Virtex-5 FXT",
+ .cpu_features = CPU_FTRS_44X,
+ .cpu_user_features = COMMON_USER_BOOKE,
+ .icache_bsize = 32,
+ .dcache_bsize = 32,
+ .platform = "ppc440",
+ },
{ /* 460EX */
.pvr_mask = 0xffff0002,
.pvr_value = 0x13020002,