From: Kenneth Chen Date: Fri, 26 Aug 2005 21:57:00 +0000 (-0700) Subject: [IA64] Delete erroneous copy_page.o in global lib-y list X-Git-Tag: v2.6.14-rc1~1019^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8220c7f15c54aefb4976ad7c6e2aa98b27a8ce8;p=pandora-kernel.git [IA64] Delete erroneous copy_page.o in global lib-y list 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. Signed-off-by: Kenneth Chen Signed-off-by: Tony Luck --- Reading git-diff-tree failed