diff options
author | Kenneth Chen <kenneth.w.chen@intel.com> | 2005-08-26 23:57:00 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-08-27 01:01:25 +0200 |
commit | f8220c7f15c54aefb4976ad7c6e2aa98b27a8ce8 (patch) | |
tree | 98afd79d11f51239cd69617865c77e9165ea5f08 /CREDITS | |
parent | [IA64] fix IO_SPACE_SPARSE_ENCODING macro ambiguity (diff) | |
download | linux-f8220c7f15c54aefb4976ad7c6e2aa98b27a8ce8.tar.xz linux-f8220c7f15c54aefb4976ad7c6e2aa98b27a8ce8.zip |
[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 <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions