Catalin Marinas 27222a3d2b arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()
Following commit 74838b7 (swiotlb: add the late swiotlb initialization
function with iotlb memory) the swiotlb_init_with_default_size() is a
static function. This patch changes the arm64 code to call
swiotlb_init() instead and use the default size of 64MB. It is assumed
that AArch64 platforms have enough RAM to afford the pre-allocated
swiotlb memory. It also removes the #ifdef around this call since
CONFIG_SWIOTLB is always enabled.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
2012-10-08 16:02:09 +01:00
..
2012-09-17 13:42:00 +01:00
2012-09-17 13:41:58 +01:00
2012-09-17 13:42:00 +01:00
2012-09-17 13:42:04 +01:00
2012-09-17 13:42:21 +01:00
2012-09-17 13:41:56 +01:00
2012-09-17 13:42:01 +01:00