diff options
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
-rw-r--r-- | arch/powerpc/kernel/cputable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index a1d845839727..ad6baf834a76 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c | |||
@@ -1712,6 +1712,7 @@ static struct cpu_spec __initdata cpu_specs[] = { | |||
1712 | MMU_FTR_USE_TLBIVAX_BCAST | MMU_FTR_LOCK_BCAST_INVAL, | 1712 | MMU_FTR_USE_TLBIVAX_BCAST | MMU_FTR_LOCK_BCAST_INVAL, |
1713 | .icache_bsize = 32, | 1713 | .icache_bsize = 32, |
1714 | .dcache_bsize = 128, | 1714 | .dcache_bsize = 128, |
1715 | .machine_check = machine_check_47x, | ||
1715 | .platform = "ppc470", | 1716 | .platform = "ppc470", |
1716 | }, | 1717 | }, |
1717 | { /* default match */ | 1718 | { /* default match */ |