[PATCH 09/25] cell: remove DEBUG for spu callbacks

2007-09-14 Thread Jeremy Kerr
We don't want SPE programs to be able to flood the kernel log by invoking the SPE callback handler, so don't enable DEBUG for spu_callbacks.c by default. Signed-off-by: Jeremy Kerr [EMAIL PROTECTED] --- arch/powerpc/platforms/cell/spu_callbacks.c |2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH 09/25] cell: remove DEBUG for spu callbacks

2007-09-14 Thread Christoph Hellwig
On Fri, Sep 14, 2007 at 04:32:54PM +1000, Jeremy Kerr wrote: We don't want SPE programs to be able to flood the kernel log by invoking the SPE callback handler, so don't enable DEBUG for spu_callbacks.c by default. Yeah, sounds sane. ___