rk29: memory.h: fix for highmem
author黄涛 <huangtao@rock-chips.com>
Mon, 27 Jun 2011 05:01:05 +0000 (13:01 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 27 Jun 2011 05:59:22 +0000 (13:59 +0800)
arch/arm/mach-rk29/include/mach/memory.h

index 7492e70ee306f506dc20d162cc7cf744517b4d4f..b634bcda63697ea961c85dac6375dd4d628bff21 100644 (file)
 /* physical offset of RAM */
 #define PHYS_OFFSET            UL(0x60000000)
 
-/* bus address and physical addresses are identical */
-#define __virt_to_bus(x)       __virt_to_phys(x)
-#define __bus_to_virt(x)       __phys_to_virt(x)
-
 #define CONSISTENT_DMA_SIZE    SZ_8M
 
 /*