aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib/clear_page.S
Commit message (Collapse)AuthorAgeFilesLines
* sh: Rename arch/sh/lib/clear_page.S -> __clear_user.S.Paul Mundt2009-07-271-108/+0
| | | | | | | Now that this only contains the __clear_user() function, rename it accordingly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: wire up clear_user_highpage() for sh4, convert sh7705.Paul Mundt2009-07-271-46/+0
| | | | | | | | | This wires up clear_user_highpage() on SH-4 and subsequently converts the SH7705 32kB cache mode over to using it. Now that the SH-4 implementation handles all of the dcache purging directly in the aliasing case, there is no need to do this in the default clear_page() implementation. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Allow optimized clear/copy page routines to be used on SH-2.Paul Mundt2008-04-181-3/+3
| | | | | | | Presently these are restricted to SH-3 and SH-4, so we reorder the ifdefs a bit to let other parts use these also. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Explicit alignment for PAGE_SIZE in copy/clear_page().Paul Mundt2008-01-281-0/+2
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: Build fixes for lib32 clear_page.Paul Mundt2008-01-281-3/+3
| | | | Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* sh: clear/copy_page renames in lib and lib64.Paul Mundt2008-01-281-0/+152
Signed-off-by: Paul Mundt <lethal@linux-sh.org>