commit | 0dfae7d5a21901b28ec0452d71be64adf5ea323e | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Jul 27 21:30:17 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jul 27 21:30:17 2009 +0900 |
tree | 1ff16641313a76505ec89058d953c92d355af275 | |
parent | 221c007b028ebf663ebee4fc90483909547d92a7 [diff] |
sh: Use the now generic SH-4 clear/copy page ops for all MMU platforms. Now that the SH-4 page clear/copy ops are generic, they can be used for all platforms with CONFIG_MMU=y. SH-5 remains the odd one out, but it too will gradually be converted over to using this interface. SH-3 platforms which do not contain aliases will see no impact from this change, while aliasing SH-3 platforms will get the same interface as SH-4. Signed-off-by: Paul Mundt <lethal@linux-sh.org>