aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cputable.c
diff options
context:
space:
mode:
authorValentine Barshak <vbarshak@ru.mvista.com>2007-12-21 11:22:23 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:26:10 -0500
commitb2be3b1529d0adec549a166adb6825bc069c2ec8 (patch)
treef04970e87c285f73c1e62ff9280266dab5c3c606 /arch/powerpc/kernel/cputable.c
parent5aac48dc1a7bf0e8c5d01a2d6b16f8063d157649 (diff)
[POWERPC] 4xx: Correct 440GRx machine_check callback
Correct the PowerPC 440GRx machine check callback. Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
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) */