[PATCH] swiotlb: move from arch/ia64/lib/ to lib/
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Sep 2005 21:42:42 +0000 (14:42 -0700)
committerTony Luck <tony.luck@intel.com>
Thu, 29 Sep 2005 21:42:42 +0000 (14:42 -0700)
commit6c654b5fdf093cd05f35f7c9c2a00182fa5636dc
tree7aa16a41d64b906c6e7e5248897f88027428d12a
parent0b9afede3d9c66fef06f1d5ef5ff15c4b97730fc
[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>
arch/ia64/Kconfig
arch/ia64/lib/Makefile
arch/x86_64/kernel/Makefile
lib/Makefile
lib/swiotlb.c [moved from arch/ia64/lib/swiotlb.c with 100% similarity]