]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-vexpress/core.h
Merge branch 'next/fixes-non-critical' into next/drivers
[karo-tx-linux.git] / arch / arm / mach-vexpress / core.h
1 #define __MMIO_P2V(x)   (((x) & 0xfffff) | (((x) & 0x0f000000) >> 4) | 0xf8000000)
2 #define MMIO_P2V(x)     ((void __iomem *)__MMIO_P2V(x))