projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aac48d
)
[POWERPC] 4xx: Correct 440GRx machine_check callback
author
Valentine Barshak
<vbarshak@ru.mvista.com>
Fri, 21 Dec 2007 16:22:23 +0000
(
03:22
+1100)
committer
Josh 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/cputable.c
b/arch/powerpc/kernel/cputable.c
index
b0dcd47
..
85868fc
100644
(file)
--- 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_4
xx
,
+ .machine_check = machine_check_4
40A
,
.platform = "ppc440",
},
{ /* Use logical PVR for 440EPx (logical pvr = pvr | 0x8) */