* Delete erroneous copy_page.o in global lib-y list
@ 2005-08-26 21:56 Chen, Kenneth W
0 siblings, 0 replies; only message in thread
From: Chen, Kenneth W @ 2005-08-26 21:56 UTC (permalink / raw)
To: linux-ia64
copy_page.o appeared twice in arch/ia64/lib/Makefile. The
one in global lib-y is wrong where it should be just in
lib-$(CONFIG_ITANIUM).
Both copy_page.o and copy_page_mck.o are build for Itanium2
processor and the link order will pick up the low performing
copy_page function (originally written for itanium processor).
In this case, we really want the copy_page_mck.o for optimized
version.
Patch to delete the erroneous lib-y list. Please apply, and
It would be nice to get this merged for 2.6.13.
Signed-off-by: Kenneth Chen <kenneth.w.chen@intel.com>
--- ./arch/ia64/lib/Makefile.orig 2005-08-26 14:45:58.070506150 -0700
+++ ./arch/ia64/lib/Makefile 2005-08-26 14:46:38.280466595 -0700
@@ -6,7 +6,7 @@ obj-y := io.o
lib-y := __divsi3.o __udivsi3.o __modsi3.o __umodsi3.o \
__divdi3.o __udivdi3.o __moddi3.o __umoddi3.o \
- bitop.o checksum.o clear_page.o csum_partial_copy.o copy_page.o \
+ bitop.o checksum.o clear_page.o csum_partial_copy.o \
clear_user.o strncpy_from_user.o strlen_user.o strnlen_user.o \
flush.o ip_fast_csum.o do_csum.o \
memset.o strlen.o swiotlb.o
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-26 21:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-26 21:56 Delete erroneous copy_page.o in global lib-y list Chen, Kenneth W
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox