From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2008-07-04 22:59:12
u64 is easy to fix, and I don't know why we haven't. Just make it
unsigned long long on all architectures.
Yup. Also, one of the major user of that is to print a struct resource,
which everybody does differently, so we may even look at doing a %pR
that does the nice start..end [attr]..
Ben.