rk29: memory.h: fix for highmem

This commit is contained in:
黄涛
2011-06-27 13:01:05 +08:00
parent fad833ff01
commit cf1bb28a1f

View File

@@ -19,10 +19,6 @@
/* 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
/*