]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-realview/include/mach/memory.h
Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into devel
[karo-tx-linux.git] / arch / arm / mach-realview / include / mach / memory.h
index 759ed10d74fe80422eb338c7ae3779cf5bd34567..293c30025e7e0eb42438cf5fb20be26082e7cd2b 100644 (file)
 #define PHYS_OFFSET            UL(0x00000000)
 #endif
 
-/*
- * Virtual view <-> DMA view memory address translations
- * virt_to_bus: Used to translate the virtual address to an
- *              address suitable to be passed to set_dma_addr
- * bus_to_virt: Used to convert an address for DMA operations
- *              to an address that the kernel can use.
- */
-#define __virt_to_bus(x)       ((x) - PAGE_OFFSET)
-#define __bus_to_virt(x)       ((x) + PAGE_OFFSET)
-
 #endif