aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/cputable.c
diff options
context:
space:
mode:
authorEsben Haabendal <eha@deif.com>2015-01-06 12:26:59 +0100
committerScott Wood <scottwood@freescale.com>2015-01-29 22:57:40 -0600
commit974ff4e2d71148655f0ea23096dbca4555d24dab (patch)
treed990095ec5eb7b02e2c8a082e69aa497eb7076fd /arch/powerpc/kernel/cputable.c
parentpowerpc/8xx: Remove duplicated code in set_context() (diff)
downloadlinux-dev-974ff4e2d71148655f0ea23096dbca4555d24dab.tar.xz
linux-dev-974ff4e2d71148655f0ea23096dbca4555d24dab.zip
powerpc: Add machine_check cpu function for e300c3 cpus
Signed-off-by: Esben Haabendal <eha@deif.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r--arch/powerpc/kernel/cputable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c
index 808405906336..f337666768a7 100644
--- 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,