From: Valentine Barshak Date: Fri, 21 Dec 2007 16:22:23 +0000 (+1100) Subject: [POWERPC] 4xx: Correct 440GRx machine_check callback X-Git-Tag: accepted/tizen/common/20141203.182822~25459^2~168 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2be3b1529d0adec549a166adb6825bc069c2ec8;p=platform%2Fkernel%2Flinux-arm64.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 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) */