From: Arjan van de Ven Date: Fri, 28 Nov 2008 16:35:25 +0000 (-0800) Subject: debug warnings: consolidate warn_slowpath and warn_on_slowpath X-Git-Tag: v2.6.29-rc1~572^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74853dba2f7a1a9b0905a09abcf65c1f3ce0b14f;p=pandora-kernel.git debug warnings: consolidate warn_slowpath and warn_on_slowpath Impact: cleanup, code reduction warn_slowpath is a superset of warn_on_slowpath; just have warn_on_slowpath call warn_slowpath with a NULL 3rd argument. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed