diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:29 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:29 -0400 |
commit | 8b7fd47bdf84086914180b88a41d2f7c1ada5917 (patch) | |
tree | 8b473d0d024da59faf057445f15565810b228246 /arch/i386/lib | |
parent | e585d9617a4c2c8f4d1d19def80158bca2853be8 (diff) |
i386: prepare shared lib/getuser.S
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/getuser_32.S (renamed from arch/i386/lib/getuser.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 553c41d2d79b..968d2e51d39a 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | 5 | ||
6 | lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy_32.o strstr_32.o \ | 6 | lib-y = checksum_32.o delay.o usercopy.o getuser_32.o putuser.o memcpy_32.o strstr_32.o \ |
7 | bitops.o semaphore_32.o string_32.o | 7 | bitops.o semaphore_32.o string_32.o |
8 | 8 | ||
9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o | 9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o |
diff --git a/arch/i386/lib/getuser.S b/arch/i386/lib/getuser_32.S index 6d84b53f12a2..6d84b53f12a2 100644 --- a/arch/i386/lib/getuser.S +++ b/arch/i386/lib/getuser_32.S | |||