Skip to content

Commit

Permalink
powerpc: fix __strnlen_user in merge tree
Browse files Browse the repository at this point in the history
Change USER/KERNEL_DS so that the merged version of
__strnlen_user can be used which allows us to complete the
removal of arch/ppc64/lib/.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Nov 1, 2005
1 parent 2df5e8b commit 5015b49
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 254 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif
obj-y += strcase.o
obj-$(CONFIG_PPC32) += div64.o copy_32.o checksum_32.o
obj-$(CONFIG_PPC64) += checksum_64.o copypage_64.o copyuser_64.o \
memcpy_64.o usercopy_64.o mem_64.o
memcpy_64.o usercopy_64.o mem_64.o string.o
obj-$(CONFIG_PPC_ISERIES) += e2a.o
obj-$(CONFIG_XMON) += sstep.o

Expand Down
1 change: 0 additions & 1 deletion arch/ppc64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ head-y := arch/ppc64/kernel/head.o
head-y += arch/powerpc/kernel/fpu.o
head-y += arch/powerpc/kernel/entry_64.o

libs-y += arch/ppc64/lib/
core-y += arch/ppc64/kernel/ arch/powerpc/kernel/
core-y += arch/powerpc/mm/
core-y += arch/powerpc/sysdev/
Expand Down
5 changes: 0 additions & 5 deletions arch/ppc64/lib/Makefile

This file was deleted.

179 changes: 0 additions & 179 deletions arch/ppc64/lib/string.S

This file was deleted.

Loading

0 comments on commit 5015b49

Please sign in to comment.