x86: i8259A: remove redundant irq_descinitialization
[wrt350n-kernel.git] / include / asm-arm / arch-orion / memory.h
blobd954dba87ced8f1d6d497546f3a720d98614c984
1 /*
2 * include/asm-arm/arch-orion/memory.h
4 * Marvell Orion memory definitions
5 */
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)
15 #endif