summaryrefslogtreecommitdiff
path: root/arch/ia64/lib/Makefile
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2005-09-29 21:42:42 (GMT)
committerTony Luck <tony.luck@intel.com>2005-09-29 21:42:42 (GMT)
commit6c654b5fdf093cd05f35f7c9c2a00182fa5636dc (patch)
tree7aa16a41d64b906c6e7e5248897f88027428d12a /arch/ia64/lib/Makefile
parent0b9afede3d9c66fef06f1d5ef5ff15c4b97730fc (diff)
downloadlinux-fsl-qoriq-6c654b5fdf093cd05f35f7c9c2a00182fa5636dc.tar.xz
[PATCH] swiotlb: move from arch/ia64/lib/ to lib/
The swiotlb implementation is shared by both IA-64 and EM64T. However, the source itself lives under arch/ia64. This patch moves swiotlb.c from arch/ia64/lib to lib/ and fixes-up the appropriate Makefile and Kconfig files. No actual changes are made to swiotlb.c. Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/lib/Makefile')
-rw-r--r--arch/ia64/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/lib/Makefile b/arch/ia64/lib/Makefile
index 799407e..4be1546 100644
--- a/arch/ia64/lib/Makefile
+++ b/arch/ia64/lib/Makefile
@@ -9,7 +9,7 @@ lib-y := __divsi3.o __udivsi3.o __modsi3.o __umodsi3.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
+ memset.o strlen.o
lib-$(CONFIG_ITANIUM) += copy_page.o copy_user.o memcpy.o
lib-$(CONFIG_MCKINLEY) += copy_page_mck.o memcpy_mck.o