2 * include/asm-arm/arch-orion/memory.h
4 * Marvell Orion memory definitions
7 #ifndef __ASM_ARCH_MMU_H
8 #define __ASM_ARCH_MMU_H
10 #define PHYS_OFFSET UL(0x00000000)
12 #define __virt_to_bus(x) __virt_to_phys(x)
13 #define __bus_to_virt(x) __phys_to_virt(x)