> +typedef unsigned long long phys_addr_t; > +extern phys_addr_t fixup_bigphys_addr(phys_addr_t, phys_addr_t); > +#define PHYS_FMT "%16Lx" Do we still need that fixup code ? Since we now have full 64 bits capable ioremap, we don't need to play tricks anymore. I'd rather get rid of them completely. Ben.