sh64: Kill off special clear_page() implementation.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 4 Aug 2009 08:17:00 +0000 (17:17 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 4 Aug 2009 08:17:00 +0000 (17:17 +0900)
This can use the now generic clear_page() implementation, which is backed
by the sh64 optimized memset routine. This also fixes up the case where
PAGE_SIZE != 4kB.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found