Commit 974ff4e2 authored by Esben Haabendal's avatar Esben Haabendal Committed by Scott Wood

powerpc: Add machine_check cpu function for e300c3 cpus

Signed-off-by: default avatarEsben Haabendal <eha@deif.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 4545ff7e
...@@ -1133,6 +1133,7 @@ static struct cpu_spec __initdata cpu_specs[] = { ...@@ -1133,6 +1133,7 @@ static struct cpu_spec __initdata cpu_specs[] = {
.icache_bsize = 32, .icache_bsize = 32,
.dcache_bsize = 32, .dcache_bsize = 32,
.cpu_setup = __setup_cpu_603, .cpu_setup = __setup_cpu_603,
.machine_check = machine_check_generic,
.num_pmcs = 4, .num_pmcs = 4,
.oprofile_cpu_type = "ppc/e300", .oprofile_cpu_type = "ppc/e300",
.oprofile_type = PPC_OPROFILE_FSL_EMB, .oprofile_type = PPC_OPROFILE_FSL_EMB,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment