From: Alexander Duyck Date: Mon, 15 Oct 2012 17:19:22 +0000 (-0700) Subject: swiotlb: Make io_tlb_end a physical address instead of a virtual one X-Git-Tag: v3.8-rc1~88^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c40dba06e9a27d673197a2083828f13eff16b2ab;p=pandora-kernel.git swiotlb: Make io_tlb_end a physical address instead of a virtual one This change replaces all references to the virtual address for io_tlb_end with references to the physical address io_tlb_end. The main advantage of replacing the virtual address with a physical address is that we can avoid having to do multiple translations from the virtual address to the physical one needed for testing an existing DMA address. Signed-off-by: Alexander Duyck Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed