On Wed, 11 Dec 2013 17:36:14 +0200 Grygorii Strashko <[email protected]> wrote:
> printk supports %pa format specifier to print phys_addr_t type values, > so use it instead of %#010llx/0x%llx/0x%08lx and drop corresponding > type casting. This one needed some rework due to http://ozlabs.org/~akpm/mmots/broken-out/memblock-numa-introduce-flags-field-into-memblock.patch, but it was all pretty simple. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

