Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 221c007b authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent dfff0fa6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)

+0 −0

File moved.