]> git.baikalelectronics.ru Git - kernel.git/commit
mm: debug: make bad_range() output more usable and readable
authorDave Hansen <dave.hansen@linux.intel.com>
Wed, 4 Jun 2014 23:07:27 +0000 (16:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:00 +0000 (16:54 -0700)
commit3f43e5dbc8a4485d6ae27ae75e7d1f3c5fccd2a0
treeee5eed0abb278e4bae5f58a28071d1ec7058bad2
parentc48cb2938446d834108b5c94f18153766ebd33a2
mm: debug: make bad_range() output more usable and readable

Nobody outputs memory addresses in decimal.  PFNs are essentially
addresses, and they're gibberish in decimal.  Output them in hex.

Also, add the nid and zone name to give a little more context to the
message.

Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/page_alloc.c