From: Christoph Lameter Date: Fri, 20 Aug 2010 17:37:12 +0000 (-0500) Subject: slub: Force no inlining of debug functions X-Git-Tag: v2.6.37-rc1~141^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1537066c69bee9ebc4b998626c532ce1724d4e67;p=pandora-kernel.git slub: Force no inlining of debug functions Compiler folds the debgging functions into the critical paths. Avoid that by adding noinline to the functions that check for problems. Acked-by: David Rientjes Signed-off-by: Christoph Lameter Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed