MIPS: Add missing FROZEN hotplug notifier transitions

The corresponding FROZEN hotplug notifier transitions used on
suspend/resume are ignored. Therefore the switch case action argument
is masked with the frozen hotplug notifier transition mask.

Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: rt@linutronix.de
Patchwork: https://patchwork.linux-mips.org/patch/13351/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by Anna-Maria Gleixner and committed by Ralf Baechle a8c5ddf0 bb93078e

Changed files
+1 -1
arch
mips
cavium-octeon
+1 -1
arch/mips/cavium-octeon/smp.c
··· 384 384 { 385 385 unsigned int cpu = (unsigned long)hcpu; 386 386 387 - switch (action) { 387 + switch (action & ~CPU_TASKS_FROZEN) { 388 388 case CPU_UP_PREPARE: 389 389 octeon_update_boot_vector(cpu); 390 390 break;