commit | a9eb4f6d1a168c830a206306dfbb1f95a7fed6b3 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Sun Mar 21 19:51:43 2010 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Mar 23 13:36:15 2010 +0900 |
tree | 6be98ed668898b2659e172e6344eff4178865f84 | |
parent | 685abecfc2a6036b713229617570980c566c7500 [diff] |
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>