On Mon, May 21, 2018 at 02:54:35PM +0300, Peter Mamonov wrote: > Signed-off-by: Peter Mamonov <pmamonov@xxxxxxxxx> > --- > arch/mips/include/asm/addrspace.h | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/mips/include/asm/addrspace.h b/arch/mips/include/asm/addrspace.h > index dc44d7f79..688620472 100644 > --- a/arch/mips/include/asm/addrspace.h > +++ b/arch/mips/include/asm/addrspace.h > @@ -48,7 +48,12 @@ > /* > * Returns the physical address of a CKSEGx / XKPHYS address > */ > +#ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT > +#define CPHYSADDR(a) ((_ACAST64_(a)) & 0x1fffffff) > +#else > #define CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff) > +#endif > + > #define XPHYSADDR(a) ((_ACAST64_(a)) & \ > _CONST64_(0x000000ffffffffff)) If the above cast to phys_addr_t then no ifdef is required? Sam _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox