sh: Kill off __{copy,clear}_user_page().
authorPaul Mundt <lethal@linux-sh.org>
Mon, 5 Nov 2007 07:20:42 +0000 (16:20 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 7 Nov 2007 02:14:12 +0000 (11:14 +0900)
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>

No differences found