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)
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>

No differences found