aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cputable.c
diff options
context:
space:
mode:
authorValentine Barshak <vbarshak@ru.mvista.com>2007-12-22 03:22:23 +1100
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 13:26:10 -0600
commitb2be3b1529d0adec549a166adb6825bc069c2ec8 (patch)
treef04970e87c285f73c1e62ff9280266dab5c3c606 /arch/powerpc/kernel/cputable.c
parent5aac48dc1a7bf0e8c5d01a2d6b16f8063d157649 (diff)
downloadlinux-b2be3b1529d0adec549a166adb6825bc069c2ec8.tar.gz
[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 b0dcd47b803bd..85868fc6b2902 100644
--- a/arch/powerpc/kernel/cputable.c
+++ b/arch/powerpc/kernel/cputable.c
@@ -1247,7 +1247,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
.icache_bsize = 32,
.dcache_bsize = 32,
.cpu_setup = __setup_cpu_440grx,
- .machine_check = machine_check_4xx,
+ .machine_check = machine_check_440A,
.platform = "ppc440",
},
{ /* Use logical PVR for 440EPx (logical pvr = pvr | 0x8) */