projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4545ff7
)
powerpc: Add machine_check cpu function for e300c3 cpus
author
Esben Haabendal
<eha@deif.com>
Tue, 6 Jan 2015 11:26:59 +0000
(12:26 +0100)
committer
Scott Wood
<scottwood@freescale.com>
Fri, 30 Jan 2015 04:57:40 +0000
(22:57 -0600)
Signed-off-by: Esben Haabendal <eha@deif.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/cputable.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/cputable.c
b/arch/powerpc/kernel/cputable.c
index 8084059063365c95ae1f096c6bb2a92f2d50f78d..f337666768a76594b41b59f283efa3b891988193 100644
(file)
--- a/
arch/powerpc/kernel/cputable.c
+++ b/
arch/powerpc/kernel/cputable.c
@@
-1133,6
+1133,7
@@
static struct cpu_spec __initdata cpu_specs[] = {
.icache_bsize = 32,
.dcache_bsize = 32,
.cpu_setup = __setup_cpu_603,
+ .machine_check = machine_check_generic,
.num_pmcs = 4,
.oprofile_cpu_type = "ppc/e300",
.oprofile_type = PPC_OPROFILE_FSL_EMB,