aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/lib
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:13:30 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:13:30 +0200
commit81f52936d34570f7db3f09bf5e01339b640438ef (patch)
tree1e3514b0395f1dc20091afcf05287b6d0d5da8a2 /arch/i386/lib
parenti386: prepare shared lib/getuser.S (diff)
downloadlinux-dev-81f52936d34570f7db3f09bf5e01339b640438ef.tar.xz
linux-dev-81f52936d34570f7db3f09bf5e01339b640438ef.zip
i386: prepare shared lib/usercopy.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/lib')
-rw-r--r--arch/i386/lib/Makefile2
-rw-r--r--arch/i386/lib/usercopy_32.c (renamed from arch/i386/lib/usercopy.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile
index 968d2e51d39a..2ec0fbf6c1ca 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
index 9f38b12b4af1..9f38b12b4af1 100644
--- a/arch/i386/lib/usercopy.c
+++ b/arch/i386/lib/usercopy_32.c