From b2be3b1529d0adec549a166adb6825bc069c2ec8 Mon Sep 17 00:00:00 2001 From: Valentine Barshak Date: Sat, 22 Dec 2007 03:22:23 +1100 Subject: [PATCH] [POWERPC] 4xx: Correct 440GRx machine_check callback Correct the PowerPC 440GRx machine check callback. Signed-off-by: Valentine Barshak Signed-off-by: Josh Boyer --- arch/powerpc/kernel/cputable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index b0dcd47..85868fc 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) */ -- 2.7.4