Skip to content
Commit 44eeab67 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Hibernation: Remove SMP TLB and cacheflushing code.



We can't perform any flushes on SMP from swsusp_arch_resume because
interrupts are disabled.  A cross-CPU flush is unnecessary anyway
because all but the local CPU have already been disabled.  A local
flush is not needed either because we didn't change any mappings.  So
just delete the code.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 631330f5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment