commit | be97d758e5728099e95fe229866d5c6c900d3092 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Apr 02 16:13:27 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Apr 02 16:13:27 2010 +0900 |
tree | 5c5a3fa4b7978857562d730e3101181b5fbebb9f | |
parent | 5dd6ef5050c5012267e2b84f3d82ba85cdb5ca32 [diff] |
sh: Fix up the SH-3 build for recent TLB changes. While the MMUCR.URB and ITLB/UTLB differentiation works fine for all SH-4 and later TLBs, these features are absent on SH-3. This splits out local_flush_tlb_all() in to SH-4 and PTEAEX copies while restoring the old SH-3 one, subsequently fixing up the build. This will probably want some further reordering and tidying in the future, but that's out of scope at present. Signed-off-by: Paul Mundt <lethal@linux-sh.org>