diff options
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 10 |
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[] = { | |||
1447 | .machine_check = machine_check_440A, | 1447 | .machine_check = machine_check_440A, |
1448 | .platform = "ppc440", | 1448 | .platform = "ppc440", |
1449 | }, | 1449 | }, |
1450 | { /* 440 in Xilinx Virtex-5 FXT */ | ||
1451 | .pvr_mask = 0xfffffff0, | ||
1452 | .pvr_value = 0x7ff21910, | ||
1453 | .cpu_name = "440 in Virtex-5 FXT", | ||
1454 | .cpu_features = CPU_FTRS_44X, | ||
1455 | .cpu_user_features = COMMON_USER_BOOKE, | ||
1456 | .icache_bsize = 32, | ||
1457 | .dcache_bsize = 32, | ||
1458 | .platform = "ppc440", | ||
1459 | }, | ||
1450 | { /* 460EX */ | 1460 | { /* 460EX */ |
1451 | .pvr_mask = 0xffff0002, | 1461 | .pvr_mask = 0xffff0002, |
1452 | .pvr_value = 0x13020002, | 1462 | .pvr_value = 0x13020002, |