aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/dma-mapping_64.h
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-03-25 17:36:39 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-19 13:19:57 -0400
commitb7107a3d9da2e122fb7f33dd1482254ff40fdf96 (patch)
treebc8169295d26a7e6f49b16a3688846e4f0841347 /include/asm-x86/dma-mapping_64.h
parentae17a63b096b05007bacafd2f92414b881a0b4b4 (diff)
x86: delete the arch-specific dma-mapping headers.
all the code that is left is ready to be merged as-is in dma-mapping.h. Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/dma-mapping_64.h')
-rw-r--r--include/asm-x86/dma-mapping_64.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-x86/dma-mapping_64.h b/include/asm-x86/dma-mapping_64.h
deleted file mode 100644
index 8353025f052d..000000000000
--- a/include/asm-x86/dma-mapping_64.h
+++ /dev/null
@@ -1,17 +0,0 @@
1#ifndef _X8664_DMA_MAPPING_H
2#define _X8664_DMA_MAPPING_H 1
3
4extern int iommu_merge;
5
6/* same for gart, swiotlb, and nommu */
7static inline int dma_get_cache_alignment(void)
8{
9 return boot_cpu_data.x86_clflush_size;
10}
11
12#define dma_is_consistent(d, h) 1
13
14extern struct device fallback_dev;
15extern int panic_on_overflow;
16
17#endif /* _X8664_DMA_MAPPING_H */