-
由 Thierry Reding 提交于
When enabling LPAE on ARM, phys_addr_t becomes 64 bits wide and printing a variable of that type using a simple %x format specifier causes the compiler to complain. Change the format specifier to %pa, which is used specifically for variables of type phys_addr_t. Signed-off-by: NThierry Reding <treding@nvidia.com> Acked-by: NOlof Johansson <olof@lixom.net> Signed-off-by: NJoerg Roedel <joro@8bytes.org>
e56b3dab