commit | af39c16bd843ee8bde495c8ccb95a5ca209f3051 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Nov 05 16:20:42 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Nov 07 11:14:12 2007 +0900 |
tree | b318c83125f4fe9c0121a79418e858e165a58402 | |
parent | ba1789efea81acc6633f427bfeb871fd608965b5 [diff] |
sh: Kill off __{copy,clear}_user_page(). Now that copy_to_user_page()/copy_from_user_page() are wired up, we can drop the old __copy_xxx() implementations. Now that the page colouring scheme has changed via kmap_coherent(), we can avoid the flush in these specific helpers. Signed-off-by: Paul Mundt <lethal@linux-sh.org>