From: Atsushi Nemoto Date: Fri, 25 Aug 2006 08:55:31 +0000 (+0900) Subject: [MIPS] Do not use drop_mmu_context to flusing other task's VIPT I-cache. X-Git-Tag: v2.6.19-rc1~1047 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6502791d780b22fc147150137704a07a05ba361;p=pandora-kernel.git [MIPS] Do not use drop_mmu_context to flusing other task's VIPT I-cache. c-r4k.c and c-sb1.c use drop_mmu_context() to flush virtually tagged I-caches, but this does not work for flushing other task's icache. This is for example triggered by copy_to_user_page() called from ptrace(2). Use indexed flush for such cases. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed