aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cputable.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r--arch/powerpc/kernel/cputable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index b0dcd47b803b..85868fc6b290 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1247,7 +1247,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
1247 .icache_bsize = 32, 1247 .icache_bsize = 32,
1248 .dcache_bsize = 32, 1248 .dcache_bsize = 32,
1249 .cpu_setup = __setup_cpu_440grx, 1249 .cpu_setup = __setup_cpu_440grx,
1250 .machine_check = machine_check_4xx, 1250 .machine_check = machine_check_440A,
1251 .platform = "ppc440", 1251 .platform = "ppc440",
1252 }, 1252 },
1253 { /* Use logical PVR for 440EPx (logical pvr = pvr | 0x8) */ 1253 { /* Use logical PVR for 440EPx (logical pvr = pvr | 0x8) */