From: Esben Haabendal Date: Tue, 6 Jan 2015 11:26:59 +0000 (+0100) Subject: powerpc: Add machine_check cpu function for e300c3 cpus X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=974ff4e2d71148655f0ea23096dbca4555d24dab;p=deliverable%2Flinux.git powerpc: Add machine_check cpu function for e300c3 cpus Signed-off-by: Esben Haabendal Signed-off-by: Scott Wood --- 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,