x86/xen: fix arbitrary_virt_to_machine()
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-arm / arch-orion5x / memory.h
blob80053a7afc7abd9418b221ae25dbd6c178f66b03
1 /*
2 * include/asm-arm/arch-orion5x/memory.h
4 * Marvell Orion memory definitions
5 */
7 #ifndef __ASM_ARCH_MEMORY_H
8 #define __ASM_ARCH_MEMORY_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)
16 #endif