diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:13:33 (GMT) |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 09:13:33 (GMT) |
commit | 6e696842484ffcf018bba6a46610091ff68f49a8 (patch) | |
tree | bd9221c5a5b83a6c12c8a9a3eb26ee193e6086ce | |
parent | 6d1f5420f0d4bd6f391295bb632ae65920983162 (diff) | |
download | linux-fsl-qoriq-6e696842484ffcf018bba6a46610091ff68f49a8.tar.xz |
i386: prepare shared lib/putuser.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/i386/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/i386/lib/putuser_32.S (renamed from arch/i386/lib/putuser.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 246a775..c2de356 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -3,7 +3,7 @@ # -lib-y = checksum_32.o delay.o usercopy_32.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_32.o memcpy_32.o strstr_32.o \ bitops_32.o semaphore_32.o string_32.o lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o diff --git a/arch/i386/lib/putuser.S b/arch/i386/lib/putuser_32.S index f58fba1..f58fba1 100644 --- a/arch/i386/lib/putuser.S +++ b/arch/i386/lib/putuser_32.S |