powerpc: Add machine_check cpu function for e300c3 cpus
authorEsben Haabendal <eha@deif.com>
Tue, 6 Jan 2015 11:26:59 +0000 (12:26 +0100)
committerScott 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

index 8084059063365c95ae1f096c6bb2a92f2d50f78d..f337666768a76594b41b59f283efa3b891988193 100644 (file)
@@ -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,
This page took 0.025958 seconds and 5 git commands to generate.