git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ca44b1
)
mm: use correct format specifiers when printing address ranges
author
Juergen Gross
<jgross@suse.com>
Wed, 11 Feb 2015 23:26:01 +0000
(15:26 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 12 Feb 2015 01:06:02 +0000
(17:06 -0800)
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
patch
|
blob
|
history
diff --cc
mm/page_alloc.c
Simple merge