aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/cavium-octeon/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/smp.c b/arch/mips/cavium-octeon/smp.c
index dff88aa7e377..33aab89259f3 100644
--- a/arch/mips/cavium-octeon/smp.c
+++ b/arch/mips/cavium-octeon/smp.c
@@ -384,7 +384,7 @@ static int octeon_cpu_callback(struct notifier_block *nfb,
384{ 384{
385 unsigned int cpu = (unsigned long)hcpu; 385 unsigned int cpu = (unsigned long)hcpu;
386 386
387 switch (action) { 387 switch (action & ~CPU_TASKS_FROZEN) {
388 case CPU_UP_PREPARE: 388 case CPU_UP_PREPARE:
389 octeon_update_boot_vector(cpu); 389 octeon_update_boot_vector(cpu);
390 break; 390 break;