summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/lib/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller2005-09-15 06:47:01 +0200
committerDavid S. Miller2005-09-15 06:47:01 +0200
commit4db2ce0199f04b6e99999f22e28ef9a0ae5f0d2f (patch)
tree87a00c97e02a77cdfec517398caa3f1d8f6a2f0d /arch/sparc64/lib/Makefile
parent[COMPAT]: Fixup compat_do_execve() (diff)
downloadkernel-qcow2-linux-4db2ce0199f04b6e99999f22e28ef9a0ae5f0d2f.tar.gz
kernel-qcow2-linux-4db2ce0199f04b6e99999f22e28ef9a0ae5f0d2f.tar.xz
kernel-qcow2-linux-4db2ce0199f04b6e99999f22e28ef9a0ae5f0d2f.zip
[LIB]: Consolidate _atomic_dec_and_lock()
Several implementations were essentialy a common piece of C code using the cmpxchg() macro. Put the implementation in one spot that everyone can share, and convert sparc64 over to using this. Alpha is the lone arch-specific implementation, which codes up a special fast path for the common case in order to avoid GP reloading which a pure C version would require. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/lib/Makefile')
-rw-r--r--arch/sparc64/lib/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc64/lib/Makefile b/arch/sparc64/lib/Makefile
index d968aebe83b2..c295806500f7 100644
--- a/arch/sparc64/lib/Makefile
+++ b/arch/sparc64/lib/Makefile
@@ -14,6 +14,4 @@ lib-y := PeeCeeI.o copy_page.o clear_page.o strlen.o strncmp.o \
copy_in_user.o user_fixup.o memmove.o \
mcount.o ipcsum.o rwsem.o xor.o find_bit.o delay.o
-lib-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o
-
obj-y += iomap.o