[POWERPC] 4xx: Correct 440GRx machine_check callback
authorValentine Barshak <vbarshak@ru.mvista.com>
Fri, 21 Dec 2007 16:22:23 +0000 (03:22 +1100)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Sun, 23 Dec 2007 19:26:10 +0000 (13:26 -0600)
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>
arch/powerpc/kernel/cputable.c

index b0dcd47..85868fc 100644 (file)
@@ -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) */