]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/include/asm/agp.h
Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6
[karo-tx-linux.git] / arch / x86 / include / asm / agp.h
index 9825cd64c9b6e7126432e14c0ee6aebd804a799c..eec2a70d4376ec98832937471bf701ae67db3e28 100644 (file)
  */
 #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)))