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 > > 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: Gr

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

2009-01-21 Thread Grant Likely
From: Grant Likely 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 --- arch/powerpc/platforms/52xx/mpc52xx_pic.c | 23 -