From: Grant Likely Date: Wed, 4 Feb 2009 18:23:56 +0000 (-0700) Subject: powerpc/5200: Remove pr_debug() from hot paths in irq driver X-Git-Tag: v2.6.30-rc1~619^2~129^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4346fe2733dcca723d6b8f188bc44b54eac847;p=pandora-kernel.git powerpc/5200: Remove pr_debug() from hot paths in irq driver pr_debug() calls in the 'hot' *_mask(), *_unmask(), *_ack() and get_irq() makes adding #define DEBUG pretty much useless. Remove these calls because they completely swamp the output. Signed-off-by: Grant Likely Reviewed-by: Wolfram Sang --- Reading git-diff-tree failed