summaryrefslogtreecommitdiffstats
path: root/arch/ppc64/lib/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell2005-10-27 08:45:38 +0200
committerStephen Rothwell2005-10-28 04:53:48 +0200
commitecc81e0f719f566b75b222b8aef64c8b809b2e29 (patch)
tree34f021072504ef2e4e32b5d0900a34baa6d898a9 /arch/ppc64/lib/Makefile
parentppc64: use copyuser_64.S from powerpc/lib (diff)
downloadkernel-qcow2-linux-ecc81e0f719f566b75b222b8aef64c8b809b2e29.tar.gz
kernel-qcow2-linux-ecc81e0f719f566b75b222b8aef64c8b809b2e29.tar.xz
kernel-qcow2-linux-ecc81e0f719f566b75b222b8aef64c8b809b2e29.zip
ppc64: use lockc.c from powerpc/lib
since it is effectively the same as locks.c from ppc64/lib. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/lib/Makefile')
-rw-r--r--arch/ppc64/lib/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile
index f29e76559950..87c2ff5e1883 100644
--- a/arch/ppc64/lib/Makefile
+++ b/arch/ppc64/lib/Makefile
@@ -5,9 +5,4 @@
lib-y := string.o strcase.o
lib-y += memcpy.o usercopy.o
-# Lock primitives are defined as no-ops in include/linux/spinlock.h
-# for non-SMP configs. Don't build the real versions.
-
-lib-$(CONFIG_SMP) += locks.o
-
lib-$(CONFIG_DEBUG_KERNEL) += sstep.o