Skip to content
Commit 8d29e18a authored by Juergen Gross's avatar Juergen Gross Committed by Linus Torvalds
Browse files

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: default avatarJuergen Gross <jgross@suse.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0ca44b14
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment