From: Becky Bruce Date: Mon, 22 Dec 2008 18:26:08 +0000 (-0800) Subject: swiotlb: store phys address in io_tlb_orig_addr array X-Git-Tag: v2.6.29-rc1~226^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc40ac66988a7721f2a244b6df65f8c13d16479c;p=pandora-kernel.git swiotlb: store phys address in io_tlb_orig_addr array Impact: refactor code, cleanup When we enable swiotlb for platforms that support HIGHMEM, we can no longer store the virtual address of the original dma buffer, because that buffer might not have a permament mapping. Change the swiotlb code to instead store the physical address of the original buffer. Signed-off-by: Becky Bruce Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed