diff options
Diffstat (limited to 'arch/powerpc/kernel/cputable.c')
| -rw-r--r-- | arch/powerpc/kernel/cputable.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/cputable.c b/arch/powerpc/kernel/cputable.c index 455faa38987..0514c21f138 100644 --- a/arch/powerpc/kernel/cputable.c +++ b/arch/powerpc/kernel/cputable.c @@ -2016,7 +2016,9 @@ static struct cpu_spec __initdata cpu_specs[] = {  		.oprofile_cpu_type	= "ppc/e500mc",  		.oprofile_type		= PPC_OPROFILE_FSL_EMB,  		.cpu_setup		= __setup_cpu_e5500, +#ifndef CONFIG_PPC32  		.cpu_restore		= __restore_cpu_e5500, +#endif  		.machine_check		= machine_check_e500mc,  		.platform		= "ppce5500",  	}, @@ -2034,7 +2036,9 @@ static struct cpu_spec __initdata cpu_specs[] = {  		.oprofile_cpu_type	= "ppc/e6500",  		.oprofile_type		= PPC_OPROFILE_FSL_EMB,  		.cpu_setup		= __setup_cpu_e5500, +#ifndef CONFIG_PPC32  		.cpu_restore		= __restore_cpu_e5500, +#endif  		.machine_check		= machine_check_e500mc,  		.platform		= "ppce6500",  	},  |