x86, gart: add map_page and unmap_page
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 5 Jan 2009 14:47:23 +0000 (23:47 +0900)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Jan 2009 13:06:54 +0000 (14:06 +0100)
commit052aedbfb6cd4fd1a73010735da88a9dcc224673
tree2ddeb0258e85a600367c0779a53c000047361535
parent4cf37bb7d9dc6dfb5d5fca7f735ba65ba173dabc
x86, gart: add map_page and unmap_page

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 <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/pci-gart_64.c