sh: Flush ITLB too in PTEAEX's flush_tlb_page()
authorMatt Fleming <matt@console-pimps.org>
Sun, 21 Mar 2010 19:51:43 +0000 (19:51 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 23 Mar 2010 04:36:15 +0000 (13:36 +0900)
commita9eb4f6d1a168c830a206306dfbb1f95a7fed6b3
tree6be98ed668898b2659e172e6344eff4178865f84
parent685abecfc2a6036b713229617570980c566c7500
sh: Flush ITLB too in PTEAEX's flush_tlb_page()

flush_tlb_page() can be used to flush TLB entries that map executable
pages. Therefore, we need to ensure that the ITLB is also flushed in
local_flush_tlb_page().

Signed-off-by: Matt Fleming <matt@console-pimps.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/cpu-sh4/cpu/mmu_context.h
arch/sh/mm/tlb-pteaex.c