From: Cody P Schafer Date: Sat, 23 Feb 2013 00:35:28 +0000 (-0800) Subject: mm/page_alloc: add informative debugging message in page_outside_zone_boundaries() X-Git-Tag: v3.9-rc1~99^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5e6a5a2724bc9f0b121062ab730d48731ae83e3;p=pandora-kernel.git mm/page_alloc: add informative debugging message in page_outside_zone_boundaries() Add a debug message which prints when a page is found outside of the boundaries of the zone it should belong to. Format is: "page $pfn outside zone [ $start_pfn - $end_pfn ]" [akpm@linux-foundation.org: s/pr_debug/pr_err/] Signed-off-by: Cody P Schafer Cc: David Hansen Cc: Catalin Marinas Cc: Johannes Weiner Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed