Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11693
b: refs/heads/master
c: 12a3940
h: refs/heads/master
i:
  11691: 175e480
v: v3
  • Loading branch information
Stephen Rothwell committed Oct 28, 2005
1 parent d1ae9fa commit c534b8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 177 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ecc81e0f719f566b75b222b8aef64c8b809b2e29
refs/heads/master: 12a39407f021fd17d5f9d33d78bddb005bd106fb
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
ifeq ($(CONFIG_PPC_MERGE),y)
obj-y := strcase.o string.o
obj-$(CONFIG_PPC32) += div64.o copy_32.o checksum_32.o
obj-$(CONFIG_PPC64) += memcpy_64.o \
usercopy_64.o sstep.o mem_64.o
obj-$(CONFIG_PPC64) += usercopy_64.o sstep.o mem_64.o
endif

obj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o
obj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o \
memcpy_64.o
obj-$(CONFIG_PPC_ISERIES) += e2a.o
ifeq ($(CONFIG_PPC64),y)
obj-$(CONFIG_SMP) += locks.o
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc64/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#

lib-y := string.o strcase.o
lib-y += memcpy.o usercopy.o
lib-y += usercopy.o

lib-$(CONFIG_DEBUG_KERNEL) += sstep.o
172 changes: 0 additions & 172 deletions trunk/arch/ppc64/lib/memcpy.S

This file was deleted.

0 comments on commit c534b8c

Please sign in to comment.