diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:13:26 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 11:13:26 +0200 |
commit | 1bbad2b6f10e1f1a171edae545ea2f84dca8c2da (patch) | |
tree | ec6fe7ed543a4ba9a2e45c0612ff566f62594d5e /arch/i386/lib | |
parent | bb3871daf6d95101220969dc2634456cf2c503da (diff) |
i386: prepare shared lib/memcpy.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/Makefile | 2 | ||||
-rw-r--r-- | arch/i386/lib/memcpy_32.c (renamed from arch/i386/lib/memcpy.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index dce510d443a..af7f9435d20 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.o putuser.o memcpy.o strstr_32.o \ +lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy_32.o strstr_32.o \ bitops.o semaphore_32.o string_32.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/arch/i386/lib/memcpy.c b/arch/i386/lib/memcpy_32.c index 8ac51b82a63..8ac51b82a63 100644 --- a/arch/i386/lib/memcpy.c +++ b/arch/i386/lib/memcpy_32.c |