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)
commitd14d751ff9234595639a16e53b3cf0c575946bde
tree7179ac038a54d781abc985263705d2ebc2d87919
parentc7914834ef3b8a396b7e82ea34ac07cdcfe6f868
sh64: Kill off special clear_page() implementation.

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>
arch/sh/kernel/sh_ksyms_64.c
arch/sh/lib64/Makefile
arch/sh/lib64/clear_page.S [deleted file]