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)
commitbc4346fe2733dcca723d6b8f188bc44b54eac847
treee7c6380d01bf87133fbfda65a08fd256d8d58442
parentd9f0c5f9bc74f16d0ea0f6c518b209e48783a796
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