mm: use correct format specifiers when printing address ranges
authorJuergen Gross <jgross@suse.com>
Wed, 11 Feb 2015 23:26:01 +0000 (15:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Feb 2015 01:06:02 +0000 (17:06 -0800)
commit8d29e18a459dfc2adeafc1acb9c4185ee6713116
treecbc547950eaf06d5ae4c05e1f68be61b7f1749eb
parent0ca44b148ef2596882742dc03ef1c3adcd40f03b
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 <jgross@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c