From: Becky Bruce Date: Wed, 8 Apr 2009 14:09:17 +0000 (-0500) Subject: swiotlb: map_page fix for highmem systems X-Git-Tag: v2.6.31-rc1~408^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd6b02fe427f30520d0adc94aa52352367227873;p=pandora-kernel.git swiotlb: map_page fix for highmem systems The current code calls virt_to_phys() on address that might be in highmem, which is bad. This wasn't needed, anyway, because we already have the physical address we need. Get rid of the now-unused virtual address as well. Signed-off-by: Becky Bruce Acked-by: FUJITA Tomonori Signed-off-by: Kumar Gala Cc: jeremy@goop.org Cc: ian.campbell@citrix.com LKML-Reference: <1239199761-22886-4-git-send-email-galak@kernel.crashing.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed