From: FUJITA Tomonori Date: Mon, 5 Jan 2009 14:47:21 +0000 (+0900) Subject: x86: add map_page and unmap_page to struct dma_mapping_ops X-Git-Tag: v2.6.30-rc1~614^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe6602bf197167efb3b37161b9c11748fa076e1;p=pandora-kernel.git x86: add map_page and unmap_page to struct dma_mapping_ops This patch adds map_page and unmap_page to struct dma_mapping_ops. This is a preparation of struct dma_mapping_ops unification. We use map_page and unmap_page instead of map_single and unmap_single. We will remove map_single and unmap_single hooks in the last patch in this patchset. Signed-off-by: FUJITA Tomonori Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed