summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-08-05 02:16:57 +0200
committerDave Airlie <airlied@linux.ie>2009-08-05 02:16:57 +0200
commitb7f315842830d67081642248a3757c713b6b6684 (patch)
tree8606d4227532dccbd0accfa79321cd437fbe3922 /arch/x86
parentMerge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus (diff)
parentagp: kill phys_to_gart() and gart_to_phys() (diff)
downloadlinux-b7f315842830d67081642248a3757c713b6b6684.tar.xz
linux-b7f315842830d67081642248a3757c713b6b6684.zip
Merge git://git.infradead.org/~dwmw2/iommu-agp into agp-next
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/agp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/agp.h b/arch/x86/include/asm/agp.h
index 9825cd64c9b6..eec2a70d4376 100644
--- a/arch/x86/include/asm/agp.h
+++ b/arch/x86/include/asm/agp.h
@@ -22,10 +22,6 @@
*/
#define flush_agp_cache() wbinvd()
-/* Convert a physical address to an address suitable for the GART. */
-#define phys_to_gart(x) (x)
-#define gart_to_phys(x) (x)
-
/* GATT allocation. Returns/accepts GATT kernel virtual address. */
#define alloc_gatt_pages(order) \
((char *)__get_free_pages(GFP_KERNEL, (order)))