aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/lib/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 02:35:43 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-10-27 22:53:27 -0400
commit34faa82841b87e6f375b01dad3262ca345de25c0 (patch)
treec09c6f1a85b29c31823530d30ada26578711c522 /arch/ppc64/lib/Makefile
parent454fb016b3407e7cacbe17e590521ddf86a54f7f (diff)
ppc64: use copypage_64.S from powerpc/lib
since it is identical to copypage.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 62c3116b003f..820021885e1a 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 += copypage.o memcpy.o copyuser.o usercopy.o 6lib-y += memcpy.o copyuser.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.