From: Catalin Marinas Date: Thu, 27 Feb 2014 12:24:57 +0000 (+0000) Subject: arm64: Use swiotlb late initialisation X-Git-Tag: v3.15-rc1~164^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3690951fc6d4;p=pandora-kernel.git arm64: Use swiotlb late initialisation Since arm64 does not support ISA, there is no need for early swiotlb initialisation. This patch switches the DMA mapping code to swiotlb_tlb_late_init_with_default_size(). A side effect of this is that GFP_DMA is used for the swiotlb buffer and devices with a 32-bit coherent mask are correctly supported. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed