diff options
| -rw-r--r-- | arch/mips/kernel/smp-mt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/smp-mt.c b/arch/mips/kernel/smp-mt.c index b8fa7ddd78f6..19b30d6f1727 100644 --- a/arch/mips/kernel/smp-mt.c +++ b/arch/mips/kernel/smp-mt.c | |||
| @@ -236,8 +236,6 @@ void __init plat_smp_setup(void) | |||
| 236 | dvpe(); | 236 | dvpe(); |
| 237 | dmt(); | 237 | dmt(); |
| 238 | 238 | ||
| 239 | mips_mt_set_cpuoptions(); | ||
| 240 | |||
| 241 | /* Put MVPE's into 'configuration state' */ | 239 | /* Put MVPE's into 'configuration state' */ |
| 242 | set_c0_mvpcontrol(MVPCONTROL_VPC); | 240 | set_c0_mvpcontrol(MVPCONTROL_VPC); |
| 243 | 241 | ||
| @@ -263,6 +261,8 @@ void __init plat_smp_setup(void) | |||
| 263 | 261 | ||
| 264 | void __init plat_prepare_cpus(unsigned int max_cpus) | 262 | void __init plat_prepare_cpus(unsigned int max_cpus) |
| 265 | { | 263 | { |
| 264 | mips_mt_set_cpuoptions(); | ||
| 265 | |||
| 266 | /* set up ipi interrupts */ | 266 | /* set up ipi interrupts */ |
| 267 | if (cpu_has_vint) { | 267 | if (cpu_has_vint) { |
| 268 | set_vi_handler(MIPS_CPU_IPI_RESCHED_IRQ, ipi_resched_dispatch); | 268 | set_vi_handler(MIPS_CPU_IPI_RESCHED_IRQ, ipi_resched_dispatch); |
