diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 13:13:24 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 13:13:24 +0400 |
commit | bb3871daf6d95101220969dc2634456cf2c503da (patch) | |
tree | 9c16fa9c4567916259f8539e40f3f7cbbbd8f398 /arch/i386 | |
parent | 282317dc1570c392d1593869ded36baeee8f1d54 (diff) | |
download | linux-bb3871daf6d95101220969dc2634456cf2c503da.tar.xz |
i386: prepare shared lib/semaphore.S
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/semaphore_32.S (renamed from arch/i386/lib/semaphore.S) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 1bd9b85b03cc..dce510d443aa 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -4,7 +4,7 @@ lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr_32.o \ - bitops.o semaphore.o string_32.o + bitops.o semaphore_32.o string_32.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/arch/i386/lib/semaphore.S b/arch/i386/lib/semaphore_32.S index c01eb39c0b43..c01eb39c0b43 100644 --- a/arch/i386/lib/semaphore.S +++ b/arch/i386/lib/semaphore_32.S |