From: Mel Gorman Date: Wed, 29 Jul 2009 22:04:09 +0000 (-0700) Subject: profile: suppress warning about large allocations when profile=1 is specified X-Git-Tag: v2.6.31-rc5~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b62f495dad04fa94b5083aec638ff3072bccaaca;p=pandora-kernel.git profile: suppress warning about large allocations when profile=1 is specified When profile= is used, a large buffer is allocated early at boot. This can be larger than what the page allocator can provide so it prints a warning. However, the caller is able to handle the situation so this patch suppresses the warning. Signed-off-by: Mel Gorman Cc: "Rafael J. Wysocki" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed