From 81f52936d34570f7db3f09bf5e01339b640438ef Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:30 +0200 Subject: [PATCH] i386: prepare shared lib/usercopy.c Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/lib/Makefile | 2 +- arch/i386/lib/{usercopy.c => usercopy_32.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/i386/lib/{usercopy.c => usercopy_32.c} (100%) diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 968d2e51d39..2ec0fbf6c1c 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -3,7 +3,7 @@ # -lib-y = checksum_32.o delay.o usercopy.o getuser_32.o putuser.o memcpy_32.o strstr_32.o \ +lib-y = checksum_32.o delay.o usercopy_32.o getuser_32.o putuser.o memcpy_32.o strstr_32.o \ bitops.o semaphore_32.o string_32.o lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o diff --git a/arch/i386/lib/usercopy.c b/arch/i386/lib/usercopy_32.c similarity index 100% rename from arch/i386/lib/usercopy.c rename to arch/i386/lib/usercopy_32.c -- 2.46.0