diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 13:13:21 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 13:13:21 +0400 |
commit | 2be2056cee405f3e3ca07e197ecd803e81cf5cb6 (patch) | |
tree | a80bd57af934d6293a8f5cf776e2cd7e0867f0f6 /arch/i386 | |
parent | 31834147ef934140c9d41afe130ac8606c2d7a81 (diff) | |
download | linux-2be2056cee405f3e3ca07e197ecd803e81cf5cb6.tar.xz |
i386: prepare shared lib/strstr.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386')
-rw-r--r-- | arch/i386/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/i386/lib/strstr_32.c (renamed from arch/i386/lib/strstr.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index afbc99d2ee88..4d3ae15445d2 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.o \ +lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr_32.o \ bitops.o semaphore.o string.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/arch/i386/lib/strstr.c b/arch/i386/lib/strstr_32.c index a3dafbf59dae..a3dafbf59dae 100644 --- a/arch/i386/lib/strstr.c +++ b/arch/i386/lib/strstr_32.c |