From: Valentine Barshak Date: Fri, 21 Dec 2007 16:22:23 +0000 (+1100) Subject: [POWERPC] 4xx: Correct 440GRx machine_check callback X-Git-Tag: v2.6.25-rc1~1131^2~168 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b2be3b1529d0adec549a166adb6825bc069c2ec8;p=~emulex%2Finfiniband.git [POWERPC] 4xx: Correct 440GRx machine_check callback Correct the PowerPC 440GRx machine check callback. Signed-off-by: Valentine Barshak Signed-off-by: Josh Boyer --- diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index b0dcd47b803..85868fc6b29 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) */