From: Juergen Gross Date: Wed, 11 Feb 2015 23:26:01 +0000 (-0800) Subject: mm: use correct format specifiers when printing address ranges X-Git-Tag: fixes-v4.0-rc1~131^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d29e18a459dfc2adeafc1acb9c4185ee6713116;p=pandora-kernel.git mm: use correct format specifiers when printing address ranges Especially on 32 bit kernels memory node ranges are printed with 32 bit wide addresses only. Use u64 types and %llx specifiers to print full width of addresses. Signed-off-by: Juergen Gross Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed