浏览代码

sh: Rename arch/sh/lib/clear_page.S -> __clear_user.S.

Now that this only contains the __clear_user() function, rename it
accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 16 年之前
父节点
当前提交
221c007b02
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/sh/lib/Makefile
  2. 0 0
      arch/sh/lib/__clear_user.S

+ 1 - 1
arch/sh/lib/Makefile

@@ -23,7 +23,7 @@ obj-y				+= io.o
 memcpy-y			:= memcpy.o
 memcpy-y			:= memcpy.o
 memcpy-$(CONFIG_CPU_SH4)	:= memcpy-sh4.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-$(CONFIG_MCOUNT)		+= mcount.o
 lib-y				+= $(memcpy-y) $(udivsi3-y)
 lib-y				+= $(memcpy-y) $(udivsi3-y)
 
 

+ 0 - 0
arch/sh/lib/clear_page.S → arch/sh/lib/__clear_user.S