aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/lib/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 02:40:05 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 22:53:37 -0400
commit43f35ec35c2b9a1c984d885893084eed2101e1bf (patch)
treec5fbe9dffcece032eebb588360545ed52fc6250f /arch/ppc64/lib/Makefile
parent34faa82841b87e6f375b01dad3262ca345de25c0 (diff)
ppc64: use copyuser_64.S from powerpc/lib
since it is identical to copyuser.S 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc64/lib/Makefile b/arch/ppc64/lib/Makefile
index 820021885e1a..f29e76559950 100644
--- a/arch/ppc64/lib/Makefile
+++ b/arch/ppc64/lib/Makefile
@@ -3,7 +3,7 @@
3# 3#
4 4
5lib-y := string.o strcase.o 5lib-y := string.o strcase.o
6lib-y += memcpy.o copyuser.o usercopy.o 6lib-y += memcpy.o usercopy.o
7 7
8# Lock primitives are defined as no-ops in include/linux/spinlock.h 8# Lock primitives are defined as no-ops in include/linux/spinlock.h
9# for non-SMP configs. Don't build the real versions. 9# for non-SMP configs. Don't build the real versions.