summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/tlb-sh5.c
Commit message (Collapse)AuthorAgeFilesLines
* sh: Split out MMUCR.URB based entry wiring in to shared helper.Paul Mundt2010-01-191-0/+39
| | | | | | | | | | | Presently this is duplicated between tlb-sh4 and tlb-pteaex. Split the helpers out in to a generic tlb-urb that can be used by any parts equipped with MMUCR.URB. At the same time, move the SH-5 code out-of-line, as we require single global state for DTLB entry wiring. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Tidy up NEFF-based sign extension for SH-5.Paul Mundt2009-08-041-16/+5Star
| | | | | | | | This consolidates all of the NEFF-based sign extension for SH-5. In the future the other SH code will need to make use of this as well, so make it generic in preparation for more 32/64 consolidation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Fix up broken kerneldoc comments.Paul Mundt2008-08-041-14/+6Star
| | | | | | These were completely unparseable, so fix them up. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: comment tidying for sh64->sh migration.Paul Mundt2008-01-281-3/+1Star
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Move over SH-5 TLB and cache support code.Paul Mundt2008-01-281-0/+166
Signed-off-by: Paul Mundt <lethal@linux-sh.org>