git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fbb2d3
)
sh: Kill off unused flush_icache_user_range().
author
Paul Mundt
<lethal@linux-sh.org>
Sat, 15 Aug 2009 02:38:05 +0000
(11:38 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Sat, 15 Aug 2009 02:38:05 +0000
(11:38 +0900)
We use flush_cache_page() outright in copy_to_user_page(), and nothing
else needs it, so just kill it off. SH-5 still defines its own version,
but that too will go away in the same fashion once it converts over.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found