From: Ralf Baechle Date: Fri, 19 Jun 2009 14:01:44 +0000 (+0100) Subject: MIPS: Hibernation: Remove SMP TLB and cacheflushing code. X-Git-Tag: v2.6.31-rc1~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44eeab67416711db9b84610ef18c99a60415dff8;p=pandora-kernel.git 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: Ralf Baechle --- Reading git-diff-tree failed