]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/5200: Remove pr_debug() from hot paths in irq driver
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 4 Feb 2009 18:23:56 +0000 (11:23 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 4 Feb 2009 18:23:56 +0000 (11:23 -0700)
commit2d36b59b9934258938291181ed2bcafacb035224
treee7c6380d01bf87133fbfda65a08fd256d8d58442
parentc2ca0094a77b639cba5a8383045ecbc4441ddbb9
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 <grant.likely@secretlab.ca>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
arch/powerpc/platforms/52xx/mpc52xx_pic.c