diff options
| author | FUJITA Tomonori <[email protected]> | 2009-05-14 16:23:10 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2009-06-16 04:56:45 -0700 |
| commit | 797a75686528e9f6f9bfee2a719a00b47868c999 (patch) | |
| tree | 98f5aadddd6b373e69719b95bb2fd68fbe1fe29f /tools/perf/util/scripting-engines/trace-event-python.c | |
| parent | 2e8fcfe2e51b2ee0fef3313e3c9ec25b9d6ed255 (diff) | |
sparc: use dma_map_page instead of dma_map_single
This patch converts dma_map_single and dma_unmap_single to use
map_page and unmap_page respectively and removes unnecessary
map_single and unmap_single. map_page can be used to implement
map_single but the opposite is impossible. Having only dma_map_page in
struct dma_ops is enough.
Signed-off-by: FUJITA Tomonori <[email protected]>
Tested-by: Robert Reif <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions