Re: [PATCH 6/8] powerpc/5200: Remove pr_debug() from hot paths in irq driver

2009-01-29 Thread Wolfram Sang
On Wed, Jan 21, 2009 at 01:55:35PM -0700, Grant Likely wrote: From: Grant Likely grant.lik...@secretlab.ca 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.

[PATCH 6/8] powerpc/5200: Remove pr_debug() from hot paths in irq driver

2009-01-21 Thread Grant Likely
From: Grant Likely grant.lik...@secretlab.ca 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.lik...@secretlab.ca ---