OSDN Git Service

sh: Rename arch/sh/lib/clear_page.S -> __clear_user.S.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 27 Jul 2009 11:55:46 +0000 (20:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 27 Jul 2009 11:55:46 +0000 (20:55 +0900)
Now that this only contains the __clear_user() function, rename it
accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/lib/Makefile
arch/sh/lib/__clear_user.S [moved from arch/sh/lib/clear_page.S with 100% similarity]

index c2b28d8..a969b47 100644 (file)
@@ -23,7 +23,7 @@ obj-y                         += io.o
 memcpy-y                       := memcpy.o
 memcpy-$(CONFIG_CPU_SH4)       := memcpy-sh4.o
 
-lib-$(CONFIG_MMU)              += copy_page.o clear_page.o
+lib-$(CONFIG_MMU)              += copy_page.o __clear_user.o
 lib-$(CONFIG_MCOUNT)           += mcount.o
 lib-y                          += $(memcpy-y) $(udivsi3-y)