From 2e1d502e61e8abd79779c74fc6a39fbaab62a62f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 3 Jul 2007 18:25:58 +0200 Subject: [PATCH] --- yaml --- r: 58199 b: refs/heads/master c: 8c976e34516c9e134488babbb95af182340370c8 h: refs/heads/master i: 58197: c38a98f0f538e90a53428d7e7a731d60dc4bfd93 58195: 79b37cc86ad5c843c8876c8f9a2fa1ea3febaecc 58191: 49c11cca95abe20885f230895da25bc01474d58d v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/smp-mt.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b4cb0c1e1539..ae3a500c87ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 83d0f2332edb3001617e6a292c4412ae5f2bf659 +refs/heads/master: 8c976e34516c9e134488babbb95af182340370c8 diff --git a/trunk/arch/mips/kernel/smp-mt.c b/trunk/arch/mips/kernel/smp-mt.c index b8fa7ddd78f6..19b30d6f1727 100644 --- a/trunk/arch/mips/kernel/smp-mt.c +++ b/trunk/arch/mips/kernel/smp-mt.c @@ -236,8 +236,6 @@ void __init plat_smp_setup(void) dvpe(); dmt(); - mips_mt_set_cpuoptions(); - /* Put MVPE's into 'configuration state' */ set_c0_mvpcontrol(MVPCONTROL_VPC); @@ -263,6 +261,8 @@ void __init plat_smp_setup(void) void __init plat_prepare_cpus(unsigned int max_cpus) { + mips_mt_set_cpuoptions(); + /* set up ipi interrupts */ if (cpu_has_vint) { set_vi_handler(MIPS_CPU_IPI_RESCHED_IRQ, ipi_resched_dispatch);