diff options
Diffstat (limited to 'arch/mips/kernel/smp-mt.c')
-rw-r--r-- | arch/mips/kernel/smp-mt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/smp-mt.c b/arch/mips/kernel/smp-mt.c index 06b29fa73f56..2ac19a6cbf68 100644 --- a/arch/mips/kernel/smp-mt.c +++ b/arch/mips/kernel/smp-mt.c | |||
@@ -153,6 +153,8 @@ static void __init smp_copy_vpe_config(void) | |||
153 | 153 | ||
154 | /* Propagate Config7 */ | 154 | /* Propagate Config7 */ |
155 | write_vpe_c0_config7(read_c0_config7()); | 155 | write_vpe_c0_config7(read_c0_config7()); |
156 | |||
157 | write_vpe_c0_count(read_c0_count()); | ||
156 | } | 158 | } |
157 | 159 | ||
158 | static unsigned int __init smp_vpe_init(unsigned int tc, unsigned int mvpconf0, | 160 | static unsigned int __init smp_vpe_init(unsigned int tc, unsigned int mvpconf0, |