[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>
This commit is contained in:
committed by
Josh Boyer
parent
5aac48dc1a
commit
b2be3b1529
@@ -1247,7 +1247,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
|
|||||||
.icache_bsize = 32,
|
.icache_bsize = 32,
|
||||||
.dcache_bsize = 32,
|
.dcache_bsize = 32,
|
||||||
.cpu_setup = __setup_cpu_440grx,
|
.cpu_setup = __setup_cpu_440grx,
|
||||||
.machine_check = machine_check_4xx,
|
.machine_check = machine_check_440A,
|
||||||
.platform = "ppc440",
|
.platform = "ppc440",
|
||||||
},
|
},
|
||||||
{ /* Use logical PVR for 440EPx (logical pvr = pvr | 0x8) */
|
{ /* Use logical PVR for 440EPx (logical pvr = pvr | 0x8) */
|
||||||
|
Reference in New Issue
Block a user