aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r--arch/powerpc/kernel/cputable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 7e8719504f39..921a2298d8e3 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1509,7 +1509,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
1509 .pvr_mask = 0xffff0002, 1509 .pvr_mask = 0xffff0002,
1510 .pvr_value = 0x13020002, 1510 .pvr_value = 0x13020002,
1511 .cpu_name = "460EX", 1511 .cpu_name = "460EX",
1512 .cpu_features = CPU_FTRS_44X, 1512 .cpu_features = CPU_FTRS_440x6,
1513 .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU, 1513 .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
1514 .icache_bsize = 32, 1514 .icache_bsize = 32,
1515 .dcache_bsize = 32, 1515 .dcache_bsize = 32,
@@ -1521,7 +1521,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
1521 .pvr_mask = 0xffff0002, 1521 .pvr_mask = 0xffff0002,
1522 .pvr_value = 0x13020000, 1522 .pvr_value = 0x13020000,
1523 .cpu_name = "460GT", 1523 .cpu_name = "460GT",
1524 .cpu_features = CPU_FTRS_44X, 1524 .cpu_features = CPU_FTRS_440x6,
1525 .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU, 1525 .cpu_user_features = COMMON_USER_BOOKE | PPC_FEATURE_HAS_FPU,
1526 .icache_bsize = 32, 1526 .icache_bsize = 32,
1527 .dcache_bsize = 32, 1527 .dcache_bsize = 32,